aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/darwin/home.nix4
-rw-r--r--hosts/nixos/home.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix
index 4f0fad9..11b0c96 100644
--- a/hosts/darwin/home.nix
+++ b/hosts/darwin/home.nix
@@ -35,7 +35,7 @@
zsh.enable = true;
tmux.enable = true;
git.enable = true;
- neovim.enable = true;
+ nvf.enable = true;
# No aarh64-darwin
#chromium.enable = true;
@@ -44,4 +44,4 @@
vscode.enable = true;
home.stateVersion = "24.11";
-} \ No newline at end of file
+}
diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix
index c149d5f..a6226e2 100644
--- a/hosts/nixos/home.nix
+++ b/hosts/nixos/home.nix
@@ -69,7 +69,6 @@
foot.enable = true;
wezterm.enable = true;
- neovim.enable = true;
git.enable = true;
zsh.enable = true;
tmux.enable = true;
@@ -80,6 +79,7 @@
zathura.enable = true;
firefox.enable = true;
+ nvf.enable = true;
vscode.enable = true;
home.stateVersion = "24.11";
-} \ No newline at end of file
+}