fixes
This commit is contained in:
parent
ffcf2e3225
commit
51c8ea3e33
3 changed files with 4 additions and 4 deletions
|
|
@ -42,8 +42,8 @@
|
|||
iconTheme.name = "Papirus-Dark";
|
||||
};
|
||||
};
|
||||
services.xserver.displayManager.defaultSession = "xfce+i3";
|
||||
services.xserver.displayManager.autoLogin = {
|
||||
services.displayManager.defaultSession = "xfce+i3";
|
||||
services.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "cobray";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cudaPackages.cudatoolkit
|
||||
#cudaPackages.cudatoolkit
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
dedicatedServer.openFirewall = true;
|
||||
gamescopeSession.enable = true;
|
||||
extraCompatPackages = [
|
||||
inputs.nix-gaming.packages.${system}.proton-ge
|
||||
pkgs.proton-ge-bin
|
||||
];
|
||||
};
|
||||
hardware.graphics = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue