aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/modules/workstation/default.nix
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2020-12-21 13:17:20 +0100
committerMx Kookie <kookie@spacekookie.de>2020-12-22 20:42:17 +0100
commit9a10d19ced763cccf64aa662fd3bc0fa811ce3af (patch)
tree101d0ec1983f5b3730de7549fa7dc971f720f1a7 /infra/libkookie/modules/workstation/default.nix
parenta3be97011845fefd94d0ec926448629f8f5e5cac (diff)
libkookie: i3: adding module, configurations, and tempest config
Diffstat (limited to 'infra/libkookie/modules/workstation/default.nix')
-rw-r--r--infra/libkookie/modules/workstation/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/libkookie/modules/workstation/default.nix b/infra/libkookie/modules/workstation/default.nix
new file mode 100644
index 000000000000..e6f016b4acbe
--- /dev/null
+++ b/infra/libkookie/modules/workstation/default.nix
@@ -0,0 +1,7 @@
+{ ... }: {
+ imports = [
+
+ # Exposes both a nixos, and home-manager module
+ ./ui/i3
+ ];
+}