non important commit

This commit is contained in:
benstrb 2026-01-17 14:15:25 +01:00
parent 59a766f762
commit a6fe5e03f8
2 changed files with 2 additions and 2 deletions

View file

@ -24,8 +24,6 @@
../modules/locale.nix ../modules/locale.nix
]; ];
programs.niri.enable = true;
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config = { nixpkgs.config = {

View file

@ -41,4 +41,6 @@
pkgs.discord pkgs.discord
pkgs.heroic pkgs.heroic
]; ];
programs.niri.enable = true;
} }