aboutsummaryrefslogtreecommitdiff
path: root/gui/niri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/niri.nix')
-rw-r--r--gui/niri.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/niri.nix b/gui/niri.nix
index 7381e4f..114857e 100644
--- a/gui/niri.nix
+++ b/gui/niri.nix
@@ -3,9 +3,11 @@
{
imports = [
./gtk.nix
+ ./dunst.nix
];
home.pointerCursor = {
+ enable = true;
package = pkgs.vanilla-dmz;
name = "Vanilla-DMZ-AA";
size = 16;
@@ -13,10 +15,6 @@
#home.file.".config/niri/config.kdl".source = config.lib.file.mkOutOfStoreSymlink ./conf/niri.kdl;
- home.packages = with pkgs; [
- swaylock
- ];
-
services.screen-locker = {
enable = true;
lockCmd = "${pkgs.swaylock}/bin/swaylock -c #000000";