nvf refactoring, devshell working

This commit is contained in:
vali 2024-07-22 01:20:41 +02:00
commit e0bd78a9ff
17 changed files with 100 additions and 310 deletions

View file

@ -24,11 +24,6 @@
nvf = inputs.neovim-flake;
in {
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
typstyle
];
};
imports = concatLists [
# neovim-flake home-manager module
[nvf.nixosModules.default]