home/natto/ags: add systemd to deps
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -31,9 +31,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    emacs-overlay.url = github:nix-community/emacs-overlay;
 | 
					    emacs-overlay.url = github:nix-community/emacs-overlay;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    nvim-overlay = {
 | 
					    nvim-overlay.url = github:nix-community/neovim-nightly-overlay;
 | 
				
			||||||
      url = github:nix-community/neovim-nightly-overlay;
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    hyprland = {
 | 
					    hyprland = {
 | 
				
			||||||
      type = "git";
 | 
					      type = "git";
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,3 +8,4 @@ Currently has a bar, a media box, an unstyled calendar and a settings(?) menu.
 | 
				
			|||||||
- hyprland: requires hyprland (🤯)
 | 
					- hyprland: requires hyprland (🤯)
 | 
				
			||||||
- battery: requires upower
 | 
					- battery: requires upower
 | 
				
			||||||
- system-tray: requires libdbusmenu-gtk3
 | 
					- system-tray: requires libdbusmenu-gtk3
 | 
				
			||||||
 | 
					- systemd: for power commands
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,6 +9,7 @@ let
 | 
				
			|||||||
    procps
 | 
					    procps
 | 
				
			||||||
    coreutils
 | 
					    coreutils
 | 
				
			||||||
    imagemagick
 | 
					    imagemagick
 | 
				
			||||||
 | 
					    systemd
 | 
				
			||||||
    config.wayland.windowManager.hyprland.package
 | 
					    config.wayland.windowManager.hyprland.package
 | 
				
			||||||
  ] ++ lib.optional config.isLaptop brightnessctl;
 | 
					  ] ++ lib.optional config.isLaptop brightnessctl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user