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
cda40b361d
commit
995123ef40
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
home.packages = [
|
home.packages = with pkgs; [
|
||||||
pkgs.fish
|
fish
|
||||||
pkgs.git
|
git
|
||||||
pkgs.vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue