Add nixfmt to default image
This commit is contained in:
parent
bea6dbfa7c
commit
601ec4f1b5
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
nixfmt # Formatting nix output
|
||||||
dconf # Required for stylix
|
dconf # Required for stylix
|
||||||
ripgrep # Better grep
|
ripgrep # Better grep
|
||||||
sbctl # Secureboot Control
|
sbctl # Secureboot Control
|
||||||
|
|
Loading…
Reference in a new issue