arbys niri config for now, increase gaps
This commit is contained in:
parent
6d8e151af8
commit
7bb0a4bc31
3 changed files with 9 additions and 4 deletions
|
@ -16,9 +16,14 @@
|
|||
];
|
||||
# user.desktops.niri = {
|
||||
# enable = true;
|
||||
# configFile = ./desktop/niri-config.kdl;
|
||||
# configFile = ./desktop/niri-config.kdl;
|
||||
# };
|
||||
user.xdg.config.files."niri/config.kdl".source = ./desktop/niri-config.kdl;
|
||||
environment.files."/home/${mainUser}/.config/niri/config.kdl" = {
|
||||
uid = 1000;
|
||||
gid = 100;
|
||||
source = "/home/${mainUser}/.nix/graphical/desktop/niri-config.kdl";
|
||||
};
|
||||
# user.xdg.config.files."niri/config.kdl".source = ./desktop/niri-config.kdl;
|
||||
user.packages = [ inputs.niri.packages.${pkgs.system}.niri-unstable ];
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue