diff options
| author | adikro <adikro@disroot.org> | 2025-12-29 23:50:05 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-29 23:50:05 +0100 |
| commit | 05ae56295ae0d7bf99d9580ef5ff1f209259733a (patch) | |
| tree | b8eefbd8d0315d51b53b24889dfdd6c6e3093a29 /os/wm | |
| parent | bd0047d2c4826214bcedf4c1a57d010bb407034d (diff) | |
added GLSL shaders and some shit i dont understand to mpv
Diffstat (limited to 'os/wm')
| -rw-r--r-- | os/wm/niri.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/wm/niri.nix b/os/wm/niri.nix index e8f5d79..c876dd1 100644 --- a/os/wm/niri.nix +++ b/os/wm/niri.nix @@ -15,6 +15,10 @@ in package = pkgs.niri-unstable; }; + environment.systemPackages = with pkgs; [ + wl-restart + ]; + os.srv.compat.enable = true; home-manager.users.${username}.hm.env.niri.enable = true; }; |
