Added a new configuration

This commit is contained in:
2025-06-19 08:49:05 +02:00
parent 6e4fc04088
commit 356d7f1c09
6 changed files with 88 additions and 0 deletions

View File

@@ -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";
};
};
}