os/profiles/graphical/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
154 B
Nix
Raw Normal View History

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