qenya/plasma: Move into kilgharrah's host config
This commit is contained in:
parent
a630607350
commit
55c622408b
8 changed files with 48 additions and 56 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./dconf
|
||||
./plasma
|
||||
./firefox.nix
|
||||
./fontconfig.nix
|
||||
./git.nix
|
||||
|
|
|
@ -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 = [ ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue