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, ... }: {
|
flake.nixosModules.desktop-sys-fonts = { pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs-unstable; [
|
environment.systemPackages = with pkgs; [
|
||||||
ibm-plex
|
ibm-plex
|
||||||
adwaita-fonts
|
adwaita-fonts
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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
|
];
|
||||||
]);
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user