Added nvidia drivers and gaming profile
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./nvidia.nix
|
||||
];
|
||||
|
||||
# - Basic --------------------------------------
|
||||
@@ -19,9 +20,12 @@
|
||||
|
||||
# - Services -----------------------------------
|
||||
|
||||
samfelag.profiles.desktop = {
|
||||
enable = true;
|
||||
laptop = true;
|
||||
samfelag.profiles = {
|
||||
desktop = {
|
||||
enable = true;
|
||||
laptop = true;
|
||||
};
|
||||
gaming.enable = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
Reference in New Issue
Block a user