stylix changes

This commit is contained in:
Vali 2024-07-10 23:10:52 +02:00
commit 7f818f28fc
6 changed files with 53 additions and 51 deletions

View file

@ -1,3 +1,4 @@
# credits to raf, his repo is in the README.md!
{
pkgs,
config,
@ -28,7 +29,7 @@ in {
imports = concatLists [
# neovim-flake home-manager module
[nvf.nixosModules.default]
# construct this entore directory as a module
# construct this entire directory as a module
# which means all default.nix files will be imported automtically
(mkNeovimModule {path = ./.;})
];