aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie')
-rw-r--r--infra/libkookie/modules/workstation/default.nix5
-rw-r--r--infra/libkookie/roots/tempest.nix6
2 files changed, 5 insertions, 6 deletions
diff --git a/infra/libkookie/modules/workstation/default.nix b/infra/libkookie/modules/workstation/default.nix
index b17678e1665f..4a2953eb3659 100644
--- a/infra/libkookie/modules/workstation/default.nix
+++ b/infra/libkookie/modules/workstation/default.nix
@@ -1,9 +1,8 @@
{ ... }: {
+ # Exposes both a nixos, and home-manager module
imports = [
-
- # Exposes both a nixos, and home-manager module
- ./ui/i3
./audio
./mail
+ ./ui/i3
];
}
diff --git a/infra/libkookie/roots/tempest.nix b/infra/libkookie/roots/tempest.nix
index 84b51273679d..e7d86e284590 100644
--- a/infra/libkookie/roots/tempest.nix
+++ b/infra/libkookie/roots/tempest.nix
@@ -38,7 +38,8 @@ in
# home-manager modules that exist entirely in userspace
#
(loadModule <configuration/base> "default")
-
+
+ # Set of base tools and system settings
(loadModule <configuration/workstation/i3> "tempest")
(loadModule <configuration/workstation/audio> "default")
(loadModule <configuration/workstation/kitty> "default")
@@ -46,15 +47,14 @@ in
(loadModule <configuration/workstation/mail> "default")
(loadModule <configuration/workstation/firefox> "default")
- # Development tools
(loadModule <configuration/workstation/devel> "default")
# Various other graphical tools
(loadModule <configuration/workstation/pass> "default")
(loadModule <configuration/workstation/chat> "default")
- (loadModule <configuration/workstation/creative> "default")
(loadModule <configuration/workstation/music> "default")
(loadModule <configuration/workstation/games> "default")
+ (loadModule <configuration/workstation/creative> "default")
];
# Configure i3 with the amdgpu driver