I don't get what I am doing wrong with nixvim...
This commit is contained in:
parent
f361605d58
commit
83774ef01e
3 changed files with 6 additions and 6 deletions
|
@ -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
|
|||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};*/
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue