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
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
dconf # Required for stylix
|
||||||
ripgrep # Better grep
|
ripgrep # Better grep
|
||||||
sbctl # Secureboot Control
|
sbctl # Secureboot Control
|
||||||
wget # WebGet
|
wget # WebGet
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
dconf
|
||||||
ripgrep
|
ripgrep
|
||||||
sbctl
|
sbctl
|
||||||
wget
|
wget
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
dconf
|
||||||
ripgrep
|
ripgrep
|
||||||
git
|
git
|
||||||
bat
|
bat
|
||||||
|
|
Loading…
Reference in a new issue