infrastructure/config/profiles/gui/default.nix
2021-08-25 16:45:02 +01:00

20 lines
277 B
Nix

{ config, pkgs, ... }:
{
imports = [
./fonts.nix
./sway.nix
./filesystems.nix
./qt.nix
./gpg.nix
./xdg-portals.nix
./dns.nix
./nfs.nix
./mingetty.nix
./sound.nix
];
services.tumbler.enable = true;
deploy.profile.gui = true;
}