dotfiles/flakes/de_plasma/home_manager/default.nix
RingOfStorms (Joshua Bell) 7dfa665b73 fix hoem manager config access
2025-11-30 00:29:32 -06:00

10 lines
121 B
Nix

{ ... }:
{
imports = [
./plasma.nix
./shortcuts.nix
./panel.nix
./theme.nix
./autostart.nix
];
}