pub-solar-os/profiles/graphical/default.nix

9 lines
176 B
Nix
Raw Normal View History

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