diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-05-23 20:42:55 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-23 20:42:55 -0400 |
| commit | 37f3f10ec822ff153faccedb37fc2a0eafcd2a53 (patch) | |
| tree | a85995631bf19e04d787b857375bece484b20793 /hosts/icon/configuration.nix | |
| parent | add hardware config for server (diff) | |
| download | nixos-37f3f10ec822ff153faccedb37fc2a0eafcd2a53.tar.gz nixos-37f3f10ec822ff153faccedb37fc2a0eafcd2a53.tar.bz2 nixos-37f3f10ec822ff153faccedb37fc2a0eafcd2a53.zip | |
add back nvim
Diffstat (limited to 'hosts/icon/configuration.nix')
| -rw-r--r-- | hosts/icon/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index 7a263c6..469e764 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -3,7 +3,8 @@ pkgs, inputs, ... -}: { +}: +{ imports = [ ./hardware-configuration.nix ]; |
