From d0a53ea9a35df236ada68e1cea93857fbf89ce87 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Sat, 1 Jun 2024 21:14:46 +0530 Subject: [PATCH] home/natto/ags: add systemd to deps Signed-off-by: Amneesh Singh --- flake.nix | 4 +--- home/natto/ags/README.md | 1 + home/natto/ags/default.nix | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 813d1ae..969f55a 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/home/natto/ags/README.md b/home/natto/ags/README.md index 9ccd8cd..9c10a67 100644 --- a/home/natto/ags/README.md +++ b/home/natto/ags/README.md @@ -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 diff --git a/home/natto/ags/default.nix b/home/natto/ags/default.nix index e7fc9ac..5c71cf8 100644 --- a/home/natto/ags/default.nix +++ b/home/natto/ags/default.nix @@ -9,6 +9,7 @@ let procps coreutils imagemagick + systemd config.wayland.windowManager.hyprland.package ] ++ lib.optional config.isLaptop brightnessctl;