home: several changes

- add TEXMFHOME variable
- Include mutable_config to ssh config
- add package `kondo`
- mpd uses xdg music userdir
This commit is contained in:
2022-11-11 21:23:25 +01:00
parent ec2dd35824
commit 9bc5d2e85d
4 changed files with 20 additions and 5 deletions

View File

@@ -68,6 +68,10 @@ in {
'';
};
sessionVariables = {
TEXMFHOME = "$HOME/documents/texmf";
};
pointerCursor = mkIf graphics {
package = pkgs.capitaine-cursors;
name = "capitaine-cursors";
@@ -99,7 +103,10 @@ in {
};
mpv.enable = mkIf graphics true;
obs-studio.enable = mkIf graphics true;
ssh.enable = true;
ssh = {
enable = true;
includes = [ "mutable_config" ];
};
skim = {
enable = true;
defaultCommand ="fd --type f";