mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
11 lines
137 B
Nix
11 lines
137 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./xserver.nix
|
|
./greetd.nix
|
|
./tailscale.nix
|
|
./flatpak.nix
|
|
./restic.nix
|
|
];
|
|
}
|