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

24 lines
343 B
Nix

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