aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2020-12-23 16:42:43 +0100
committerMx Kookie <kookie@spacekookie.de>2020-12-23 16:42:43 +0100
commit4e0569277441d57b68fb107b3372ae3206fa5644 (patch)
treebd6fe224ab4ecbcda8ac9f11f1e3d1a91febfb65 /infra/libkookie
parente7fceae6deb3b38f495e2e7fae3b14189b4d19cb (diff)
libkookie: change formatting
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