diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 20:40:37 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 20:40:37 +0200 |
| commit | b820a087c5c2e2f1997d0a74b4df82c7b608567e (patch) | |
| tree | ec55eff1d1bfccdb5668fc8949808e1cca8378ee | |
| parent | 2b96498643f703627bf65b875c8c1d3420bd59e7 (diff) | |
| download | nixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.tar nixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.tar.gz nixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.tar.bz2 nixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.tar.xz nixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.zip | |
removing trace of cancelled experiments
| -rw-r--r-- | vali.nix | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -4,11 +4,12 @@ | |||
| 4 | 4 | ||
| 5 | { config, pkgs, ... }: | 5 | { config, pkgs, ... }: |
| 6 | 6 | ||
| 7 | (import ./users.nix) { | 7 | { |
| 8 | imports = | 8 | imports = |
| 9 | [ # Include the results of the hardware scan. | 9 | [ # Include the results of the hardware scan. |
| 10 | ./vali-hw.nix | 10 | ./vali-hw.nix |
| 11 | ./custom/zsh.nix | 11 | ./custom/zsh.nix |
| 12 | ./users.nix | ||
| 12 | ]; | 13 | ]; |
| 13 | 14 | ||
| 14 | # Use the GRUB 2 boot loader. | 15 | # Use the GRUB 2 boot loader. |
