Forcing raw file overwrites
This commit is contained in:
@@ -4,10 +4,8 @@ let
|
||||
theme = "dark";
|
||||
in
|
||||
{
|
||||
##########
|
||||
# FUZZEL #
|
||||
##########
|
||||
home.file.".config/fuzzel/fuzzel_dark.ini".text = ''
|
||||
home.file.".config/fuzzel/fuzzel_dark.ini" = {
|
||||
text = ''
|
||||
# output=<not set>
|
||||
font=Monocraft
|
||||
# dpi-aware=auto
|
||||
@@ -126,9 +124,12 @@ radius=0
|
||||
# custom-17=Mod1+ampersand
|
||||
# custom-18=Mod1+asterix
|
||||
# custom-19=Mod1+parentleft
|
||||
'';
|
||||
'';
|
||||
force = true;
|
||||
};
|
||||
|
||||
home.file.".config/fuzzel/fuzzel_light.ini".text = ''
|
||||
home.file.".config/fuzzel/fuzzel_light.ini" = {
|
||||
text = ''
|
||||
# output=<not set>
|
||||
font=Monocraft
|
||||
# dpi-aware=auto
|
||||
@@ -247,7 +248,12 @@ radius=0
|
||||
# custom-17=Mod1+ampersand
|
||||
# custom-18=Mod1+asterix
|
||||
# custom-19=Mod1+parentleft
|
||||
'';
|
||||
'';
|
||||
force = true;
|
||||
};
|
||||
|
||||
home.file.".config/fuzzel/fuzzel.ini".source = config.home.file.".config/fuzzel/fuzzel_${theme}.ini".source;
|
||||
home.file.".config/fuzzel/fuzzel.ini" = {
|
||||
source = config.home.file.".config/fuzzel/fuzzel_${theme}.ini".source;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user