variables and dotfile configs

This commit is contained in:
2024-12-21 12:35:37 -06:00
parent 882fe52852
commit 02044b2af1
4 changed files with 15 additions and 28 deletions

View File

@@ -44,10 +44,9 @@
templates = "${config.xdg.dataHome}/Templates";
videos = "${config.home.homeDirectory}/Videos";
};
configFile."wgetrc".text = "hsts-file=\${XDG_CACHE_HOME}/wget-hsts";
configFile.wgetrc.text = "hsts-file=\${XDG_CACHE_HOME}/wget-hsts";
};
programs = {
alacritty.enable = true;
direnv = {
enable = true;
enableBashIntegration = true;