mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
added neovim normally via hmoe-manager
This commit is contained in:
@@ -15,6 +15,7 @@ imports = [
|
||||
../../modules/home-manager/wlogout.nix # logout utility
|
||||
../../modules/home-manager/rofi.nix # launcher and keybindings helper
|
||||
../../modules/home-manager/swaync.nix # notification daemon
|
||||
../../modules/home-manager/neovim.nix # dont use nixvim. broken
|
||||
];
|
||||
|
||||
|
||||
@@ -22,7 +23,7 @@ imports = [
|
||||
# enable = true;
|
||||
# imports = [ ../../modules/nixvim/neovim.nix ];
|
||||
# package = pkgs.neovim;
|
||||
};
|
||||
#};
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
||||
# Required for Home Manager
|
||||
|
||||
Reference in New Issue
Block a user