summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
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.