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
|
@ -8,8 +8,8 @@ in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
|
# inputs.nixvim.nixosModules.nixvim
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
inputs.nixvim.nixosModules.nixvim
|
|
||||||
(mkAliasOptionModule ["hm"] ["home-manager" "users" config.user.name])
|
(mkAliasOptionModule ["hm"] ["home-manager" "users" config.user.name])
|
||||||
(mkAliasOptionModule ["home"] ["hm" "home"])
|
(mkAliasOptionModule ["home"] ["hm" "home"])
|
||||||
(mkAliasOptionModule ["create" "configFile"] ["hm" "xdg" "configFile"])
|
(mkAliasOptionModule ["create" "configFile"] ["hm" "xdg" "configFile"])
|
||||||
|
@ -18,7 +18,7 @@ in
|
||||||
++ (mapModulesRec' (toString ./modules) import);
|
++ (mapModulesRec' (toString ./modules) import);
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
KAAS = config.sneeuwvlok.dir;
|
SNEEUWVLOK = config.sneeuwvlok.dir;
|
||||||
NIXPKGS_ALLOW_UNFREE = "1";
|
NIXPKGS_ALLOW_UNFREE = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ in
|
||||||
in { enable = mkEnableOption "neo-vim (nixvim)"; };
|
in { enable = mkEnableOption "neo-vim (nixvim)"; };
|
||||||
|
|
||||||
config = mkIf config.modules.desktop.editors.nvim.enable {
|
config = mkIf config.modules.desktop.editors.nvim.enable {
|
||||||
programs.nixvim = {
|
/*programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
@ -43,6 +43,6 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};*/
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,8 +10,8 @@ in
|
||||||
{
|
{
|
||||||
config = mkIf (cfg.active == "everforest")
|
config = mkIf (cfg.active == "everforest")
|
||||||
{
|
{
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
# stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
||||||
stylix.image = ./assets/wallpaper.jpg;
|
# stylix.image = ./assets/wallpaper.jpg;
|
||||||
|
|
||||||
# modules.themes = {
|
# modules.themes = {
|
||||||
# wallpaper = mkDefault ./assets/wallpaper.jpg;
|
# wallpaper = mkDefault ./assets/wallpaper.jpg;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue