removed unstable

This commit is contained in:
2026-03-10 20:54:50 +01:00
parent 01d64bf449
commit ac3dce1793
2 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{ ... }: { { ... }: {
flake.nixosModules.desktop-sys-fonts = { pkgs-unstable, ... }: { flake.nixosModules.desktop-sys-fonts = { pkgs, ... }: {
environment.systemPackages = with pkgs-unstable; [ environment.systemPackages = with pkgs; [
ibm-plex ibm-plex
adwaita-fonts adwaita-fonts
]; ];

View File

@@ -21,9 +21,7 @@
kdePackages.partitionmanager kdePackages.partitionmanager
kdePackages.plasma-browser-integration kdePackages.plasma-browser-integration
pywal pywal
] ++ (with pkgs-unstable; [
klassy klassy
#python314Packages.kde-material-you-colors ];
]);
}; };
} }