I don't get what I am doing wrong with nixvim...

This commit is contained in:
Chris Kruining 2024-08-26 21:58:51 +02:00
parent f361605d58
commit 83774ef01e
3 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ in
in { enable = mkEnableOption "neo-vim (nixvim)"; };
config = mkIf config.modules.desktop.editors.nvim.enable {
programs.nixvim = {
/*programs.nixvim = {
enable = true;
options = {
@ -43,6 +43,6 @@ in
];
};
};
};
};*/
};
}

View file

@ -10,8 +10,8 @@ in
{
config = mkIf (cfg.active == "everforest")
{
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
stylix.image = ./assets/wallpaper.jpg;
# stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
# stylix.image = ./assets/wallpaper.jpg;
# modules.themes = {
# wallpaper = mkDefault ./assets/wallpaper.jpg;