mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update home.nix
This commit is contained in:
parent
9496b7bb7a
commit
72076459ca
1 changed files with 7 additions and 0 deletions
7
home.nix
7
home.nix
|
@ -19,8 +19,15 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# GUI
|
||||
firefox
|
||||
spotify
|
||||
vscode
|
||||
|
||||
# CLI
|
||||
mdbook
|
||||
neofetch
|
||||
restic
|
||||
];
|
||||
|
||||
programs.bash = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue