This commit is contained in:
iFargle 2024-02-14 14:57:26 +09:00
parent 1ed5b08c94
commit 1155ab963e
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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