about summary refs log tree commit diff
path: root/hosts/luna/hardware/chromebook/default.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-09-09 01:15:18 +0200
committerBaitinq <[email protected]>2022-09-18 15:22:22 +0200
commit3b8727194d1de81419346f700bc4eca3f6190747 (patch)
tree6e7c155b09797ce8615f116703603074a96499c1 /hosts/luna/hardware/chromebook/default.nix
parentRiver: Change exit to Mod+Ctrl+Shift E (diff)
downloadnixos-config-3b8727194d1de81419346f700bc4eca3f6190747.tar.gz
nixos-config-3b8727194d1de81419346f700bc4eca3f6190747.tar.bz2
nixos-config-3b8727194d1de81419346f700bc4eca3f6190747.zip
Implement host-hardware separation
Diffstat (limited to 'hosts/luna/hardware/chromebook/default.nix')
-rw-r--r--hosts/luna/hardware/chromebook/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/luna/hardware/chromebook/default.nix b/hosts/luna/hardware/chromebook/default.nix
new file mode 100644
index 0000000..b0125ee
--- /dev/null
+++ b/hosts/luna/hardware/chromebook/default.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+  imports = [ ./hardware.nix ];
+}