mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
12 lines
159 B
Nix
12 lines
159 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./xserver.nix
|
|
./greetd.nix
|
|
./tailscale.nix
|
|
./flatpak.nix
|
|
./restic.nix
|
|
./zerotierone.nix
|
|
];
|
|
}
|