os/profiles/graphical/default.nix
2023-01-28 21:49:10 +01:00

13 lines
154 B
Nix

{
self,
config,
lib,
pkgs,
...
}: let
inherit (lib) fileContents;
in {
pub-solar.graphical.enable = true;
pub-solar.sway.enable = true;
}