add arbyd quickshell conf
This commit is contained in:
parent
7998523e1d
commit
eae50a456b
11 changed files with 867 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
lib,
|
||||
inputs,
|
||||
rice,
|
||||
mainUser,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -58,4 +59,17 @@ in
|
|||
Requires = [ "graphical-session.target" ];
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ inputs.arbys.nixosModules.arbys ];
|
||||
environment = {
|
||||
arbys = {
|
||||
enable = true;
|
||||
clobber = true;
|
||||
};
|
||||
files."/home/${mainUser}/.config/quickshell" = {
|
||||
source = "/home/${mainUser}/.nix/desktop/quickshell";
|
||||
uid = 1000;
|
||||
gid = 100;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue