Add clipboard and notifications

This commit is contained in:
2023-03-11 15:51:20 +00:00
parent 4f1e63d08c
commit 3ce3b77359
3 changed files with 26 additions and 25 deletions

View File

@@ -19,4 +19,8 @@
nvidiaPatches = true;
extraConfig = (builtins.readFile ./${hostname}.conf) + (builtins.readFile ./hyprland.conf);
};
services.mako = {
enable = true;
};
}

View File

@@ -64,6 +64,7 @@
slurp
spotify
udiskie
wl-clipboard
wofi
xclip
zathura
@@ -168,8 +169,4 @@ in {
};
};
};
services = {
dunst.enable = true;
};
}