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
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;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# GUI
|
||||||
|
firefox
|
||||||
spotify
|
spotify
|
||||||
vscode
|
vscode
|
||||||
|
|
||||||
|
# CLI
|
||||||
|
mdbook
|
||||||
|
neofetch
|
||||||
|
restic
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue