14 lines
207 B
Nix
14 lines
207 B
Nix
{
|
|
self,
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: let
|
|
inherit (lib) fileContents;
|
|
in {
|
|
pub-solar.graphical.enable = false;
|
|
pub-solar.x-os.localProxyService.enable = false;
|
|
pub-solar.sway.enable = false;
|
|
}
|