main
Motiejus Jakštys 2024-03-12 16:50:11 +02:00
parent 1da2b2de67
commit 8c87e00502
1 changed files with 7 additions and 2 deletions

View File

@ -50,13 +50,18 @@
if (pkgs.stdenv.hostPlatform.system == "x86_64-linux")
then pkgs.firefox-bin
else pkgs.firefox;
homeDirectory = "/home/${username}";
in {
home = {
inherit stateVersion username;
homeDirectory = "/home/${username}";
inherit stateVersion username homeDirectory;
};
home.file.".cache/evolution/.stignore".text = "*.db";
home.sessionVariables = lib.mkIf devTools {
GOPATH = "${homeDirectory}/.go";
};
home.packages = with pkgs;
lib.mkMerge [
(lib.mkIf devTools [