Add git configuration

This commit is contained in:
2023-02-19 12:57:23 +09:00
parent f535c7fbca
commit f44967305f
6 changed files with 47 additions and 1 deletions
+10
View File
@@ -23,6 +23,7 @@ in {
firefox
mpv
xdg-utils
discord
];
home.sessionVariables = {
EDITOR = "nvim";
@@ -30,6 +31,7 @@ in {
TERMINAL = "kitty";
BROWSER = "google-chrome-stable";
};
xdg.enable = true;
xdg.mimeApps = {
enable = false;
defaultApplications = {
@@ -107,6 +109,14 @@ in {
xdg.userDirs = {
enable = true;
download = "${config.home.homeDirectory}/downloads";
desktop = config.home.homeDirectory;
documents = "${config.home.homeDirectory}/stuff";
music = "${config.home.homeDirectory}/stuff";
templates = "${config.home.homeDirectory}/stuff";
videos = "${config.home.homeDirectory}/stuff";
pictures = "${config.home.homeDirectory}/stuff";
publicShare = "${config.home.homeDirectory}/stuff";
};
};
}