Skip to content

Commit

Permalink
Install nixpkgs-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Oct 25, 2023
1 parent d9b42aa commit bcaf0ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
pkgs.btop
pkgs.jq
pkgs.nix-prefetch-git
pkgs.nixpkgs-fmt
pkgs.pstree
pkgs.tmate
pkgs.tree
Expand Down Expand Up @@ -62,9 +63,9 @@
nix flake init --template github:cachix/devenv#flake-parts
'';
shellInit = ''
# https://github.com/Homebrew/brew/blob/master/Library/Homebrew/cmd/shellenv.sh
eval (/opt/homebrew/bin/brew shellenv)
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish
# https://github.com/Homebrew/brew/blob/master/Library/Homebrew/cmd/shellenv.sh
eval (/opt/homebrew/bin/brew shellenv)
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish
'';
};

Expand Down

0 comments on commit bcaf0ac

Please sign in to comment.