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