mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
12 lines
195 B
Nix
12 lines
195 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./digitalocean.nix
|
|
./configuration.nix
|
|
./hardware-configuration.nix
|
|
|
|
../../users/q.nix
|
|
../../modules/forgejo.nix
|
|
../../modules/tangled.nix
|
|
];
|
|
}
|