diff options
| author | Grisha Shipunov | 2025-03-18 21:34:07 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-03-18 21:34:07 +0100 |
| commit | 0c8d583aca537be01ac0765c0b7e5c09a431b203 (patch) | |
| tree | 52a5a734e79387953e2dab67f4f23691c9fa90c1 /modules/niri.nix | |
| parent | b729d2f7d950207b8566dcd1c134936acdd1137f (diff) | |
update toaster to unstable
Diffstat (limited to 'modules/niri.nix')
| -rw-r--r-- | modules/niri.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/niri.nix b/modules/niri.nix index 1a8b59d..0a0afa8 100644 --- a/modules/niri.nix +++ b/modules/niri.nix @@ -1,8 +1,5 @@ # General Desktop-related config { pkgs, inputs, ... }: -let - unstablepkgs = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}; -in { nixpkgs.overlays = [ inputs.niri.overlays.niri ]; @@ -35,7 +32,7 @@ in bluetui gammastep graphicsmagick - unstablepkgs.i3status-rust + i3status-rust impala kanshi pamixer @@ -46,7 +43,7 @@ in banana-cursor fuzzel alacritty - unstablepkgs.i3bar-river + i3bar-river mako swww oculante |
