test
This commit is contained in:
parent
1ed5b08c94
commit
1155ab963e
3 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
# List packages installed in system profile
|
||||
environment.systemPackages = with pkgs; [
|
||||
dconf # Required for stylix
|
||||
ripgrep # Better grep
|
||||
sbctl # Secureboot Control
|
||||
wget # WebGet
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
# List packages installed in system profile
|
||||
environment.systemPackages = with pkgs; [
|
||||
dconf
|
||||
ripgrep
|
||||
sbctl
|
||||
wget
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
# List packages installed in system profile
|
||||
environment.systemPackages = with pkgs; [
|
||||
dconf
|
||||
ripgrep
|
||||
git
|
||||
bat
|
||||
|
|
Loading…
Reference in a new issue