summaryrefslogtreecommitdiff
path: root/hm/editors/editors.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-15 22:13:15 +0100
committeradikro <adikro@disroot.org>2026-03-15 22:13:15 +0100
commit18f08bf53591f3e68043730a627889957009deb6 (patch)
tree228a31ab5489e98253e963424cd064d57dcd7a6e /hm/editors/editors.nix
parent8eb0e90219a4de87d8d476e15329e14720f091c6 (diff)
browser stuff
Diffstat (limited to 'hm/editors/editors.nix')
-rw-r--r--hm/editors/editors.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/editors/editors.nix b/hm/editors/editors.nix
index 02c349b..1dac436 100644
--- a/hm/editors/editors.nix
+++ b/hm/editors/editors.nix
@@ -3,6 +3,6 @@
imports = [
./helix.nix
./nixvim/nixvim.nix
- # ./nvf.nix
+ ./nvf/nvf.nix
];
}