non important commit

This commit is contained in:
benstrb 2026-01-17 16:02:08 +01:00
parent 8aff79bad9
commit 850833f9a0
3 changed files with 0 additions and 126 deletions

View file

@ -24,8 +24,6 @@
../modules/locale.nix
];
programs.niri.enable = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config = {
@ -39,13 +37,5 @@
home-manager.extraSpecialArgs = {inherit inputs;};
environment.systemPackages = with pkgs; [
xorg.libXcursor
xorg.libX11
xorg.libXi
# You might also need these:
xwayland
];
system.stateVersion = "25.11";
}