nix-files/machines/moby/gui-phosh.nix

9 lines
122 B
Nix
Raw Normal View History

2022-05-23 10:06:29 +00:00
{ ... }:
{
services.xserver.desktopManager.phosh = {
enable = true;
user = "colin";
group = "users";
};
}