diff options
| author | adikro <adikro@disroot.org> | 2026-01-06 22:34:59 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-06 22:34:59 +0100 |
| commit | 1abd23db1e18266ffe8035daea1aa3153e736428 (patch) | |
| tree | d587898eec255dbed6c9ce1079abe769aac6fdab /hm/env/niri/niri.nix | |
| parent | 96b694b5251957bc6d33760462d28ee4864b0353 (diff) | |
mpv fixed, configured swaylock, and a lot of other stuff
Diffstat (limited to 'hm/env/niri/niri.nix')
| -rw-r--r-- | hm/env/niri/niri.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hm/env/niri/niri.nix b/hm/env/niri/niri.nix index 02e7472..fbbb5f2 100644 --- a/hm/env/niri/niri.nix +++ b/hm/env/niri/niri.nix @@ -17,6 +17,7 @@ in debug.disable-cursor-plane = []; binds = import ./binds.nix { inherit config lib pkgs; }; + # animations.enable = false; prefer-no-csd = true; hotkey-overlay.skip-at-startup = true; input = { @@ -90,6 +91,7 @@ in }; home.packages = with pkgs; [ qalculate-gtk + gavin-bc ]; }; } |
