about summary refs log tree commit diff
path: root/modules/workstation/physical
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/physical')
-rw-r--r--modules/workstation/physical/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/workstation/physical/default.nix b/modules/workstation/physical/default.nix
new file mode 100644
index 000000000000..fc5cad3b2787
--- /dev/null
+++ b/modules/workstation/physical/default.nix
@@ -0,0 +1,9 @@
+{ ... }:
+
+{
+  imports = [ ../. ../networking ];
+
+  programs.swayidle.enable = true;
+
+  zramSwap.enable = true;
+}