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_funcs.fish
|
||||||
source ~/.config/fish/shell_aliases.fish
|
source ~/.config/fish/shell_aliases.fish
|
||||||
source ~/.config/fish/everquote.fish
|
source ~/.config/fish/everquote.fish
|
||||||
|
source "$HOME/.cargo/env"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
tree-sitter
|
tree-sitter
|
||||||
silver-searcher
|
silver-searcher
|
||||||
wget
|
wget
|
||||||
maestral
|
|
||||||
maestral-gui
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
maestral
|
||||||
|
maestral-gui
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
Loading…
Reference in New Issue
Block a user