diff options
| author | Mel <mel@rnrd.eu> | 2026-04-07 15:25:24 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-04-07 15:25:24 +0200 |
| commit | 25911fcecd5efd4c95a98f21b7110232cce7d50d (patch) | |
| tree | a7ae5f93fc630cbc9b89d03f1a1bf2668f491d3f /machines | |
| parent | a7f0a80d370d591935db05a420010bdee7dac4b0 (diff) | |
| download | minerals-25911fcecd5efd4c95a98f21b7110232cce7d50d.tar.zst minerals-25911fcecd5efd4c95a98f21b7110232cce7d50d.zip | |
Add desktop role for home-manager modules
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/bismuth/home.nix | 1 | ||||
| -rw-r--r-- | machines/moissanite/home.nix | 1 | ||||
| -rw-r--r-- | machines/serpentine/home.nix | 1 | ||||
| -rw-r--r-- | machines/wolfram/home.nix | 3 |
4 files changed, 6 insertions, 0 deletions
diff --git a/machines/bismuth/home.nix b/machines/bismuth/home.nix index 1eb223e..874d3c9 100644 --- a/machines/bismuth/home.nix +++ b/machines/bismuth/home.nix @@ -3,6 +3,7 @@ { imports = [ ../../modules/home/common.nix + ../../modules/home/desktop.nix ]; xdg.configFile = { diff --git a/machines/moissanite/home.nix b/machines/moissanite/home.nix index 8f27ed2..95fc88a 100644 --- a/machines/moissanite/home.nix +++ b/machines/moissanite/home.nix @@ -3,6 +3,7 @@ { imports = [ ../../modules/home/common.nix + ../../modules/home/desktop.nix ]; home.stateVersion = "25.05"; diff --git a/machines/serpentine/home.nix b/machines/serpentine/home.nix index 73ad27e..8c0c0b7 100644 --- a/machines/serpentine/home.nix +++ b/machines/serpentine/home.nix @@ -2,6 +2,7 @@ { imports = [ + ../../modules/home/common.nix ../../modules/home/development-server.nix ]; diff --git a/machines/wolfram/home.nix b/machines/wolfram/home.nix index 8f27ed2..602453d 100644 --- a/machines/wolfram/home.nix +++ b/machines/wolfram/home.nix @@ -3,6 +3,9 @@ { imports = [ ../../modules/home/common.nix + + # technically not a desktop, but good enough for now + ../../modules/home/desktop.nix ]; home.stateVersion = "25.05"; |
