qenya/plasma: Move into kilgharrah's host config

This commit is contained in:
Katherina Walshe-Grey 2025-05-29 09:44:51 +01:00
parent a630607350
commit 55c622408b
8 changed files with 48 additions and 56 deletions

View file

@ -1,7 +1,6 @@
{
imports = [
./dconf
./plasma
./firefox.nix
./fontconfig.nix
./git.nix

View file

@ -1,11 +0,0 @@
{ config, lib, pkgs, osConfig, ... }:
let
isPlasma = osConfig.services.desktopManager.plasma6.enable || osConfig.services.xserver.desktopManager.plasma5.enable;
in
{
programs.plasma.enable = isPlasma;
programs.plasma.overrideConfig = true;
imports = [ ];
}