os/profiles/graphical/default.nix

13 lines
154 B
Nix
Raw Normal View History

2021-05-30 19:10:28 +00:00
{
2023-01-28 20:49:10 +00:00
self,
config,
lib,
pkgs,
...
}: let
inherit (lib) fileContents;
in {
2021-05-30 19:10:28 +00:00
pub-solar.graphical.enable = true;
pub-solar.sway.enable = true;
}