diff --git a/home/config/fish/config.fish b/home/config/fish/config.fish index e3027ec..37f74d8 100644 --- a/home/config/fish/config.fish +++ b/home/config/fish/config.fish @@ -11,5 +11,6 @@ if status is-interactive source ~/.config/fish/shell_funcs.fish source ~/.config/fish/shell_aliases.fish source ~/.config/fish/everquote.fish + source "$HOME/.cargo/env" end diff --git a/hosts/_common/home.nix b/hosts/_common/home.nix index 7c0dcef..2fda5fb 100644 --- a/hosts/_common/home.nix +++ b/hosts/_common/home.nix @@ -19,8 +19,6 @@ tree-sitter silver-searcher wget - maestral - maestral-gui ]; home.file = { diff --git a/hosts/blackbox-jr/home.nix b/hosts/blackbox-jr/home.nix index a57c409..681fed7 100644 --- a/hosts/blackbox-jr/home.nix +++ b/hosts/blackbox-jr/home.nix @@ -4,6 +4,8 @@ home.sessionVariables = { }; home.packages = with pkgs; [ + maestral + maestral-gui ]; home.file = {