non important commit

This commit is contained in:
benstrb 2026-01-17 22:25:51 +01:00
parent ed397fb34f
commit 3ea3521256
3 changed files with 1 additions and 31 deletions

View file

@ -24,29 +24,6 @@
../modules/locale.nix
];
programs.niri = {
enable = true;
};
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
environment.systemPackages = with pkgs; [
niri
sway
xorg.libXcursor
xorg.libXi
xorg.libXrandr
];
environment.variables = {
LD_LIBRARY_PATH = "/run/current-system/sw/lib";
WLR_NO_HARDWARE_CURSORS = "1";
__GLX_VENDOR_LIBRARY_NAME = "mesa";
};
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config = {