mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update home.nix
This commit is contained in:
parent
18c129b1b9
commit
767fe8c8f3
1 changed files with 14 additions and 15 deletions
|
@ -19,16 +19,12 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
fish
|
||||
fishPlugins.grc
|
||||
foliate
|
||||
fractal
|
||||
git
|
||||
git-lfs
|
||||
keybase-gui
|
||||
neofetch
|
||||
watchmate
|
||||
vscode
|
||||
];
|
||||
|
||||
|
@ -45,17 +41,20 @@
|
|||
amend = "commit -a --amend";
|
||||
};
|
||||
extraConfig = {
|
||||
color = {
|
||||
ui = "auto";
|
||||
};
|
||||
color.status = {
|
||||
added = "green bold";
|
||||
changed = "yellow bold";
|
||||
untracked = "red bold";
|
||||
};
|
||||
push = {
|
||||
autoSetupRemote = "true";
|
||||
};
|
||||
color = {
|
||||
ui = "auto";
|
||||
};
|
||||
color.status = {
|
||||
added = "green bold";
|
||||
changed = "yellow bold";
|
||||
untracked = "red bold";
|
||||
};
|
||||
push = {
|
||||
autoSetupRemote = "true";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue