diff options
author | Ben Sima <ben@bsima.me> | 2018-11-09 11:10:58 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-09 11:10:58 -0800 |
commit | fa47b22aa64c86dc369fdc0cbb60e90eaeca1e75 (patch) | |
tree | 9e92974e58e50425a9cac3eb8ca9693ced9934a6 /linux.nix | |
parent | 55e5afc345b4376778979807f2c8d4992ebb437e (diff) |
Machine-specific home.nix, install from git repo instead of tarball
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux.nix b/linux.nix new file mode 100644 index 0000000..516d8e1 --- /dev/null +++ b/linux.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: + +{ + imports = [ ./common.nix ]; +} |