mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
24 lines
343 B
Nix
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;
|
|
}
|