diff options
-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. |