summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-03 20:40:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-03 20:40:37 +0200
commitb820a087c5c2e2f1997d0a74b4df82c7b608567e (patch)
treeec55eff1d1bfccdb5668fc8949808e1cca8378ee /vali.nix
parent2b96498643f703627bf65b875c8c1d3420bd59e7 (diff)
downloadnixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.tar
nixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.tar.gz
nixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.tar.bz2
nixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.tar.xz
nixos-b820a087c5c2e2f1997d0a74b4df82c7b608567e.zip
removing trace of cancelled experiments
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/vali.nix b/vali.nix
index 737c2d24..b23912b1 100644
--- a/vali.nix
+++ b/vali.nix
@@ -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.