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/nepsis | |
| 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 '')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 6dc148e..7fe2b95 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -3,13 +3,16 @@ pkgs, inputs, ... -}: { +}: +{ imports = [ ./hardware-configuration.nix ./../../lockscreen.nix ./../../x11.nix ./../../hjem.nix ./../../audio.nix + ./../../vim.nix + ./../../sh.nix ]; networking.hostName = "nepsis"; |
