fix(defaults/jp): remove due to inconsistent application

This commit is contained in:
Elec3137 2026-04-02 08:30:22 -07:00
commit 7f1a4696e7
No known key found for this signature in database
2 changed files with 0 additions and 67 deletions

View file

@ -10,7 +10,6 @@ let
in
{
imports = [
./jp.nix
./plasma.nix
./browsers.nix
@ -29,7 +28,6 @@ in
config = lib.mkIf cfg.enable {
nixowos.${name} = lib.mkDefault {
jp.enable = true;
plasma.enable = config.services.desktopManager.plasma6.enable;
browsers.enable = true;