misc cleanups
This commit is contained in:
parent
9d612dc9cc
commit
749f79c4b6
10 changed files with 63 additions and 73 deletions
|
|
@ -43,6 +43,9 @@
|
|||
# runtime/tools
|
||||
nodejs
|
||||
websocat
|
||||
luarocks
|
||||
tree-sitter
|
||||
(texlive.combine { inherit (texlive) scheme-small latexindent; })
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@ in
|
|||
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.local/bin"
|
||||
"${config.home.homeDirectory}/.local/bin/scripts"
|
||||
]
|
||||
++ lib.optionals rust [ "${config.xdg.dataHome}/cargo/bin" ]
|
||||
++ lib.optionals go [ "${config.xdg.dataHome}/go/bin" ]
|
||||
|
|
@ -169,10 +168,6 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
home.file.".zshenv".text = ''
|
||||
export THEME="${config.theme}"
|
||||
'';
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
|
|
|
|||
|
|
@ -537,7 +537,7 @@ in
|
|||
|
||||
home.activation.linkWaybarTheme = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
target="${config.xdg.configHome}/waybar/themes/theme.css"
|
||||
[ -L "$target" ] || $DRY_RUN_CMD ln -sf "${config.xdg.configHome}/waybar/themes/${config.theme}.css" "$target"
|
||||
$DRY_RUN_CMD ln -sf "${config.xdg.configHome}/waybar/themes/${config.theme}.css" "$target"
|
||||
'';
|
||||
|
||||
xdg.configFile."X11".source =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue