use xdg.configfile instead of home.file
This commit is contained in:
parent
07592e2972
commit
88f79cc468
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
hm.home.file.".config/micro/colorschemes/${schemeName}.micro".text = with config.colorScheme.palette; ''
|
||||
hm.xdg.configFile."micro/colorschemes/${schemeName}.micro".text = with config.colorScheme.palette; ''
|
||||
color-link default "#${base05},#${base00}"
|
||||
color-link comment "#${base03},#${base00}"
|
||||
color-link identifier "#${base0D},#${base00}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue