Skip to content

Commit

Permalink
fix(nix): correctly create wgetrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Feb 27, 2024
1 parent 4e867e2 commit 97cf03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/modules/nixos/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ with lib.custom; {
home.extraOptions = {
home.file = mkAliasDefinitions options.home.file;
home.stateVersion = config.system.stateVersion;
xdg.configFile = mkAliasDefinitions options.home.configFile;
programs = mkAliasDefinitions options.home.programs;
};

Expand Down

0 comments on commit 97cf03c

Please sign in to comment.