mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added a new configuration
This commit is contained in:
@@ -49,5 +49,12 @@
|
||||
# Currently supported: plasma, gnome, hyprland
|
||||
desktopEnvironment = "gnome";
|
||||
};
|
||||
nixosConfigurations.workstation = mkSystem "workstation" {
|
||||
system = "x86_64-linux";
|
||||
user = "r3ddy";
|
||||
email = personalEmail;
|
||||
gamingSystem = false;
|
||||
desktopEnvironment = "gnome";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user