summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 7675e8b..2532906 100644
--- a/home.nix
+++ b/home.nix
@@ -1,8 +1,10 @@
-{ config, pkgs, libs, ... }:
+{ config, pkgs, libs, inputs, ... }:
{
imports = [
./apps/firefox.nix
+ ./apps/nixvim.nix
+ ./apps/spicetify.nix
];
home.username = "ozpv";