mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
plasma settings
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.kde-sys-plasma-apps = { pkgs, pkgs-unstable, ... }: {
|
||||
{ ... }:
|
||||
{
|
||||
flake.nixosModules.kde-sys-plasma-apps = { pkgs, pkgs-unstable, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
kdePackages.kate
|
||||
kdePackages.isoimagewriter
|
||||
@@ -19,10 +21,9 @@
|
||||
kdePackages.partitionmanager
|
||||
kdePackages.plasma-browser-integration
|
||||
pywal
|
||||
];
|
||||
environment.systemPackages = with pkgs-unstable; [
|
||||
] ++ (with pkgs-unstable; [
|
||||
klassy
|
||||
python3.14-kde-material-you-colors
|
||||
];
|
||||
python314Packages.kde-material-you-colors
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user