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;
|
||||
|
||||
nvim-overlay = {
|
||||
url = github:nix-community/neovim-nightly-overlay;
|
||||
};
|
||||
nvim-overlay.url = github:nix-community/neovim-nightly-overlay;
|
||||
|
||||
hyprland = {
|
||||
type = "git";
|
||||
|
@@ -8,3 +8,4 @@ Currently has a bar, a media box, an unstyled calendar and a settings(?) menu.
|
||||
- hyprland: requires hyprland (🤯)
|
||||
- battery: requires upower
|
||||
- system-tray: requires libdbusmenu-gtk3
|
||||
- systemd: for power commands
|
||||
|
@@ -9,6 +9,7 @@ let
|
||||
procps
|
||||
coreutils
|
||||
imagemagick
|
||||
systemd
|
||||
config.wayland.windowManager.hyprland.package
|
||||
] ++ lib.optional config.isLaptop brightnessctl;
|
||||
|
||||
|
Reference in New Issue
Block a user