mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
remove unstable/stable in one-off packages
This commit is contained in:
parent
c7c382c77b
commit
b1b1911015
@ -65,11 +65,9 @@
|
||||
|
||||
# List packages installed in system profile.
|
||||
environment.systemPackages = with pkgs; [
|
||||
# One-off stable packages
|
||||
# One-off packages
|
||||
discord
|
||||
gamemode
|
||||
] ++ [
|
||||
# One-off unstable packages
|
||||
];
|
||||
|
||||
# Enable modules
|
||||
|
@ -73,8 +73,6 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
# One-off stable packages
|
||||
distrobox
|
||||
] ++ [
|
||||
# One-off unstable packages
|
||||
];
|
||||
|
||||
# Enable modules
|
||||
|
@ -71,11 +71,9 @@
|
||||
|
||||
# List packages installed in system profile.
|
||||
environment.systemPackages = with pkgs; [
|
||||
# One-off stable packages
|
||||
# One-off packages
|
||||
distrobox
|
||||
] ++ [
|
||||
# One-off unstable packages
|
||||
];
|
||||
];
|
||||
|
||||
# Enable modules
|
||||
modules = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user