diff options
| author | Rosa <rosaontheweb@proton.me> | 2025-12-22 18:05:22 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2025-12-22 18:05:22 -0500 |
| commit | 266a16508659a8a81a91cc3ec774be15f89d16b2 (patch) | |
| tree | 6777a042bf7c20f42ce900ba32b1c51a9b66296d /user/wm/default.nix | |
| parent | d76111cd0de07c821844be4583ffb81eb2d59bf7 (diff) | |
setup niri
Diffstat (limited to 'user/wm/default.nix')
| -rw-r--r-- | user/wm/default.nix | 2 |
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 ]; } |
