alt getting there
This commit is contained in:
parent
08044381f6
commit
f936753dae
3 changed files with 85 additions and 0 deletions
|
|
@ -43,11 +43,13 @@
|
|||
firefox
|
||||
qbittorrent
|
||||
vlc
|
||||
mullvad-vpn
|
||||
|
||||
];
|
||||
|
||||
imports = [
|
||||
./desktop
|
||||
./alias.nix
|
||||
];
|
||||
|
||||
programs.nix-index = {
|
||||
|
|
@ -55,4 +57,18 @@
|
|||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Till";
|
||||
userEmail = "till@ktiu.net";
|
||||
lfs = {
|
||||
enable = true;
|
||||
};
|
||||
extraConfig = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue