home/natto/ags: add systemd to deps

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-01 21:14:46 +05:30
parent c1134662a9
commit d0a53ea9a3
3 changed files with 3 additions and 3 deletions

View File

@@ -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";

View File

@@ -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

View File

@@ -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;