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, ... }: {
environment.systemPackages = with pkgs-unstable; [
flake.nixosModules.desktop-sys-fonts = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
ibm-plex
adwaita-fonts
];

View File

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