use xdg.configFile for files in XDG config home
This commit is contained in:
parent
54a9058ee0
commit
d70715a635
9 changed files with 12 additions and 12 deletions
|
|
@ -30,7 +30,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
home.packages = [ pkgs.feh ];
|
||||
|
||||
home.file.".config/feh/keys".text = ''
|
||||
xdg.configFile."feh/keys".text = ''
|
||||
# Disable default keybindings
|
||||
${concatStringsSep "\n" (mapAttrsToList disableBinding cfg.keybindings)}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue