infrastructure/config/profiles/gui/default.nix
kat witch 92f7f05bc9
ADB
2021-08-30 00:42:22 +01:00

21 lines
291 B
Nix

{ config, pkgs, ... }:
{
imports = [
./adb.nix
./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;
}