updated flake, started using flake niri package

also added disko config for new gabbielaptop
This commit is contained in:
Gabriella Bere 2025-10-22 15:06:24 +01:00
parent 4aa27d9f38
commit f1f33b5c5e
4 changed files with 149 additions and 60 deletions

View file

@ -1,7 +1,8 @@
{ pkgs, config, lib, ... }: {
{ pkgs, config, lib, niri, ... }: {
nixpkgs.overlays = [ niri.overlays.niri ];
programs.niri = {
enable = true;
package = pkgs.niri; # follows nixpkgs version because i am lazy, probably more stable to use the flake one, TODO
package = pkgs.niri-unstable; # provided by the flake
settings = {
prefer-no-csd = true; # no client-side-decorations
hotkey-overlay = {