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;