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
+2 -1
View File
@@ -1,10 +1,11 @@
{ lib, nix-flatpak }:
{ lib, nix-flatpak, plasma-manager }:
condition: home:
lib.mkIf condition (
{ ... }: {
imports = [
nix-flatpak.homeManagerModules.nix-flatpak
plasma-manager.homeManagerModules.plasma-manager
../home-modules
home
];