10 lines
159 B
Nix
10 lines
159 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [ ./desktop.nix ];
|
||
|
programs.plasma = {
|
||
|
configFile = {
|
||
|
bluedevilglobalrc.Global.launchState.value = "disable";
|
||
|
};
|
||
|
};
|
||
|
}
|