Move dunst config from xmonad.nix to desktop.nix
Dunst works on both X11 and Wayland, so it belongs in the shared desktop config rather than under the xmonad-specific module. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,9 @@ makeEnable config "myModules.desktop" true {
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
# Visual notification manager
|
||||
home-manager.sharedModules = [
|
||||
{ imports = [ ./dunst.nix ]; }
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Appearance
|
||||
|
||||
Reference in New Issue
Block a user