From 5055c72d26569d352b0273cd79544ece594763b2 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 2 Feb 2024 15:55:42 +0530 Subject: remove dwlb --- modules/compromyse.nix | 2 +- modules/desktop.nix | 6 ++++-- modules/login.nix | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/compromyse.nix b/modules/compromyse.nix index 0d204d2..ab2716e 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -5,6 +5,6 @@ initialPassword = "changeme"; isNormalUser = true; # openssh.authorizedKeys.keys = []; - extraGroups = [ "wheel" "storage" "libvirtd" ]; + extraGroups = [ "wheel" "storage" "input" "libvirtd" ]; }; } diff --git a/modules/desktop.nix b/modules/desktop.nix index a40691b..03cf3ef 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -8,7 +8,9 @@ polkit_gnome - pkgs.libnotify - pkgs.libappindicator + libnotify + libappindicator + + inotify-tools ]; } diff --git a/modules/login.nix b/modules/login.nix index 61e3060..4d149c3 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,7 +10,7 @@ enable = true; settings = { default_session = { - command = "tuigreet --time --remember --cmd dwl"; + command = "tuigreet --time --remember --cmd \"dwl > ~/.cache/dwltags\""; user = "greeter"; }; }; -- cgit v1.2.3