aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/modules
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/modules
parente7fceae6deb3b38f495e2e7fae3b14189b4d19cb (diff)
libkookie: change formatting
Diffstat (limited to 'infra/libkookie/modules')
-rw-r--r--infra/libkookie/modules/workstation/default.nix5
1 files changed, 2 insertions, 3 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
];
}