remove unstable/stable in one-off packages

This commit is contained in:
Tyler Starr 2024-03-25 08:00:48 -07:00
parent c7c382c77b
commit b1b1911015
3 changed files with 3 additions and 9 deletions

View File

@ -65,11 +65,9 @@
# List packages installed in system profile. # List packages installed in system profile.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# One-off stable packages # One-off packages
discord discord
gamemode gamemode
] ++ [
# One-off unstable packages
]; ];
# Enable modules # Enable modules

View File

@ -73,8 +73,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# One-off stable packages # One-off stable packages
distrobox distrobox
] ++ [
# One-off unstable packages
]; ];
# Enable modules # Enable modules

View File

@ -71,11 +71,9 @@
# List packages installed in system profile. # List packages installed in system profile.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# One-off stable packages # One-off packages
distrobox distrobox
] ++ [ ];
# One-off unstable packages
];
# Enable modules # Enable modules
modules = { modules = {