This commit is contained in:
Vivian 2022-09-16 10:17:53 +02:00
parent 90e65ad372
commit 4038a49191
4 changed files with 30 additions and 22 deletions

View file

@ -77,6 +77,9 @@
programs.firefox = {
enable = true;
package = pkgs.firefox-devedition-bin;
# profiles.dev-edition-default = {
# isDefault = true;
# };
};
programs.vscode = {
@ -101,11 +104,12 @@
};
};
programs.zsh.sessionVariables = {
DIRENV_LOG_FORMAT = "";
programs.zsh = {
enable = true;
sessionVariables = {
DIRENV_LOG_FORMAT = "";
};
};
programs.zsh.enable = true;
services.syncthing.enable = true;
}