about summary refs log tree commit diff
path: root/modules/workstation/physical
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-07-09 09:39:08 +0000
committerAlyssa Ross <hi@alyssa.is>2019-07-09 09:39:08 +0000
commite88d45b664100f0b42aecca847dc997b53d7a230 (patch)
tree42d6ba6f33967e93b3801df51822236da53e7fb0 /modules/workstation/physical
parent3f312eb5e1dcf4bb8a2bb8f85a09d32088d84605 (diff)
downloadnixlib-e88d45b664100f0b42aecca847dc997b53d7a230.tar
nixlib-e88d45b664100f0b42aecca847dc997b53d7a230.tar.gz
nixlib-e88d45b664100f0b42aecca847dc997b53d7a230.tar.bz2
nixlib-e88d45b664100f0b42aecca847dc997b53d7a230.tar.lz
nixlib-e88d45b664100f0b42aecca847dc997b53d7a230.tar.xz
nixlib-e88d45b664100f0b42aecca847dc997b53d7a230.tar.zst
nixlib-e88d45b664100f0b42aecca847dc997b53d7a230.zip
modules/physical: init
Some config didn't make sense to be included in a VM.
Diffstat (limited to 'modules/workstation/physical')
-rw-r--r--modules/workstation/physical/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/workstation/physical/default.nix b/modules/workstation/physical/default.nix
new file mode 100644
index 000000000000..173dbbbb517f
--- /dev/null
+++ b/modules/workstation/physical/default.nix
@@ -0,0 +1,7 @@
+{ ... }:
+
+{
+  imports = [ ../. ../networking ];
+
+  programs.swayidle.enable = true;
+}