mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
removed unstable
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
@@ -21,9 +21,7 @@
|
||||
kdePackages.partitionmanager
|
||||
kdePackages.plasma-browser-integration
|
||||
pywal
|
||||
] ++ (with pkgs-unstable; [
|
||||
klassy
|
||||
#python314Packages.kde-material-you-colors
|
||||
]);
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user