mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -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;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
element-desktop
|
|
||||||
fish
|
fish
|
||||||
fishPlugins.grc
|
fishPlugins.grc
|
||||||
foliate
|
|
||||||
fractal
|
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
keybase-gui
|
keybase-gui
|
||||||
neofetch
|
neofetch
|
||||||
watchmate
|
|
||||||
vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -56,6 +52,9 @@
|
||||||
push = {
|
push = {
|
||||||
autoSetupRemote = "true";
|
autoSetupRemote = "true";
|
||||||
};
|
};
|
||||||
|
init = {
|
||||||
|
defaultBranch = "main";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue