updates
This commit is contained in:
parent
32f925bb69
commit
4523c69238
18 changed files with 314 additions and 102 deletions
|
|
@ -1,6 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
quickshell
|
||||
dgop
|
||||
ddcutil
|
||||
accountsservice
|
||||
cliphist
|
||||
];
|
||||
home.sessionPath = ["${pkgs.quickshell}/bin"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue