diff options
| author | Baitinq <[email protected]> | 2022-09-09 01:15:18 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-18 15:22:22 +0200 |
| commit | 3b8727194d1de81419346f700bc4eca3f6190747 (patch) | |
| tree | 6e7c155b09797ce8615f116703603074a96499c1 /hosts/luna/hardware/chromebook/default.nix | |
| parent | River: Change exit to Mod+Ctrl+Shift E (diff) | |
| download | nixos-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.nix | 4 |
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 ]; +} |