panel config using plasma-manager

This commit is contained in:
2025-07-14 00:12:29 +02:00
parent 6f03189b3f
commit 64dd607580
8 changed files with 106 additions and 12 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
{ self, nixpkgs, home-manager, nix-flatpak, ... }:
{ self, nixpkgs, home-manager, nix-flatpak, plasma-manager, ... }:
hardwareConfig: hostConfig:
nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
nix-flatpak = nix-flatpak;
inherit nix-flatpak;
inherit plasma-manager;
};
modules = [
hardwareConfig