various better defaults

This commit is contained in:
Tao Tien 2024-04-04 02:50:30 -07:00
parent f93a0e1928
commit 422e000821
8 changed files with 109 additions and 53 deletions

View file

@ -14,7 +14,7 @@ in {
];
home.file.".cargo/config.toml".text = cargoConfig;
home.file."autostart" = {
home.file.".config/autostart" = {
source = ./autostart;
recursive = true;
};
@ -43,7 +43,7 @@ in {
default-command = "log";
};
};
package = inputs.jujutsu.packages.${pkgs.system}.default;
# package = inputs.jujutsu.packages.${pkgs.system}.default;
};
git = {
@ -92,6 +92,19 @@ in {
};
};
xdg.userDirs = {
desktop = null;
documents = "documents";
download = "downloads";
music = "music";
pictures = "pictures";
templates = "templates";
videos = "videos";
publicShare = null;
createDirectories = true;
enable = true;
};
home.username = "tao";
home.homeDirectory = "/home/tao";
home.stateVersion = "23.11";