aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-04 22:58:27 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-04 22:58:27 +0200
commit710216723ef47b0d1ee5dcbee1b312fe5484a9b5 (patch)
tree0c3bfb99466a2d8fcf9047fa78c3fe0448dc4473 /hosts
parentfe3717dd05f0c5ef97982e0ed7ba382009527094 (diff)
Enable hostname-aware rice selection and switch herra to cassette-futurism
- Modified home/mun/default.nix to select rice based on hostname - herra now uses cassette-futurism rice (KDE Plasma) - kronos and mystra continue using nord-blue rice (i3wm) - Allows different hosts to use different desktop environments
Diffstat (limited to 'hosts')
-rw-r--r--hosts/herra/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/herra/configuration.nix b/hosts/herra/configuration.nix
index 4f8f59a..9f104b8 100644
--- a/hosts/herra/configuration.nix
+++ b/hosts/herra/configuration.nix
@@ -1,7 +1,7 @@
{...}: {
imports = [
./hardware-configuration.nix
- ../../home/rices/nord-blue/system.nix
+ ../../home/rices/cassette-futurism/system.nix
];
networking.hostName = "herra";