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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user