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
c3cbd4ca6e
commit
db94d24444
1 changed files with 12 additions and 0 deletions
|
@ -19,10 +19,16 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
fish
|
||||
fishPlugins.grc
|
||||
foliate
|
||||
fractal
|
||||
git
|
||||
git-lfs
|
||||
keybase-gui
|
||||
neofetch
|
||||
watchmate
|
||||
vscode
|
||||
];
|
||||
|
||||
|
@ -36,6 +42,12 @@
|
|||
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.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue