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 = {

View file

@ -11,13 +11,6 @@
powerManagement.enable = true;
open = false;
package = config.boot.kernelPackages.nvidiaPackages.legacy_470;
prime = {
sync.enable = true;
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
};
};
};
}

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
users.users.benag = {
isNormalUser = true;
extraGroups = ["wheel" "video" "renderer"];
extraGroups = ["wheel"];
shell = pkgs.nushell;
};