remove maestral
This commit is contained in:
parent
f27316e4cd
commit
ee9b4abbf1
@ -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
|
||||
|
@ -19,8 +19,6 @@
|
||||
tree-sitter
|
||||
silver-searcher
|
||||
wget
|
||||
maestral
|
||||
maestral-gui
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
@ -4,6 +4,8 @@
|
||||
home.sessionVariables = {
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
maestral
|
||||
maestral-gui
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
Loading…
Reference in New Issue
Block a user