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
c3cbd4ca6e
commit
db94d24444
1 changed files with 12 additions and 0 deletions
|
@ -19,10 +19,16 @@
|
||||||
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
|
||||||
|
keybase-gui
|
||||||
neofetch
|
neofetch
|
||||||
|
watchmate
|
||||||
vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -36,6 +42,12 @@
|
||||||
userEmail = "aaronhoneycutt@protonmail.com";
|
userEmail = "aaronhoneycutt@protonmail.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.command-not-found.enable = true;
|
||||||
|
|
||||||
|
programs.firefox.enable = true;
|
||||||
|
programs.gh.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# 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