summaryrefslogtreecommitdiffstats
path: root/hosts/nepsis
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nepsis')
-rw-r--r--hosts/nepsis/configuration.nix5
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";