aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-07 11:07:56 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-07 11:07:56 +0200
commitb47c8758f44eb205a0d1029e75f47a59225860d8 (patch)
treeb2f6f81b04d59550084aff8da4585a863aa07aae
parentd9de236316fd64b03395ac26a92a8a0580ea91da (diff)
Updated flake for herra to use the plasma6 rice instead of the now deleted cosmic rice
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 83599cc..92236b0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -102,7 +102,7 @@
in {
nixosConfigurations = {
kronos = mkSystem "kronos" "nord-blue";
- herra = mkSystem "herra" "cosmic";
+ herra = mkSystem "herra" "plasma6";
mystra = mkSystem "mystra" "nord-blue";
};
};