mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
kostek apps
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
{ ... }:
|
{ inputs, ... }:
|
||||||
{
|
{
|
||||||
flake.nixosModules.kde-sys-plasma-apps = { pkgs, ... }:
|
flake.nixosModules.kde-sys-plasma-apps = { pkgs, pkgs-unstable, ... }:
|
||||||
|
let
|
||||||
|
kostek-pkgs = inputs.kostek011-pkgs.packages.${pkgs.system};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
adwaita-fonts
|
adwaita-fonts
|
||||||
@@ -21,9 +24,10 @@
|
|||||||
kdePackages.ksystemlog
|
kdePackages.ksystemlog
|
||||||
kdePackages.partitionmanager
|
kdePackages.partitionmanager
|
||||||
kdePackages.plasma-browser-integration
|
kdePackages.plasma-browser-integration
|
||||||
|
pywal
|
||||||
klassy
|
klassy
|
||||||
kde-material-you-colors
|
kostek-pkgs.kde-material-you-colors
|
||||||
kde-material-you-colors.widget
|
kostek-pkgs.kde-material-you-colors.widget
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user