rfactoring working now

This commit is contained in:
vali 2024-07-21 17:36:55 +02:00
commit 12a9fe3256
10 changed files with 48 additions and 29 deletions

View file

@ -28,12 +28,12 @@ in {
environment.systemPackages = with pkgs; [
typstyle
];
imports = concatLists [
# neovim-flake home-manager module
[nvf.nixosModules.default]
# construct this entire directory as a module
# which means all default.nix files will be imported automtically
(mkNeovimModule {path = ./.;})
];
};
imports = concatLists [
# neovim-flake home-manager module
[nvf.nixosModules.default]
# construct this entire directory as a module
# which means all default.nix files will be imported automtically
(mkNeovimModule {path = ./.;})
];
}