aboutsummaryrefslogtreecommitdiff
path: root/user/wm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/wm/default.nix')
-rw-r--r--user/wm/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/wm/default.nix b/user/wm/default.nix
index e735011..0d60b49 100644
--- a/user/wm/default.nix
+++ b/user/wm/default.nix
@@ -2,12 +2,14 @@
{
imports = [
./foot.nix
+ ./fuzzel.nix
./librewolf.nix
./niri
];
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
+ brightnessctl
fira-code
];
}