use xdg.configFile for files in XDG config home

This commit is contained in:
Robert Helgesson 2017-10-24 18:30:35 +02:00
parent 54a9058ee0
commit d70715a635
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86
9 changed files with 12 additions and 12 deletions

View file

@ -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)}