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
66bf0ff049
commit
d8aec66930
1 changed files with 9 additions and 5 deletions
|
@ -19,21 +19,24 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
fish
|
|
||||||
fishPlugins.grc
|
|
||||||
git
|
|
||||||
git-lfs
|
|
||||||
keybase-gui
|
keybase-gui
|
||||||
|
mattermost-desktop
|
||||||
neofetch
|
neofetch
|
||||||
|
spotify
|
||||||
vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
shellAliases = {
|
||||||
|
generations = "sudo nix-env -p /nix/var/nix/profiles/system --list-generations";
|
||||||
|
nix-upgrade = "sudo nixos-rebuild switch --upgrade";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
lfs.enable = true;
|
||||||
userName = "Aaron Honeycutt";
|
userName = "Aaron Honeycutt";
|
||||||
userEmail = "aaronhoneycutt@protonmail.com";
|
userEmail = "aaronhoneycutt@protonmail.com";
|
||||||
aliases = {
|
aliases = {
|
||||||
|
@ -67,4 +70,5 @@
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue