mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 18:16:13 +01:00
45e7f50e88
Signed-off-by: Magic_RB <magic_rb@redalder.org>
18 lines
292 B
Nix
18 lines
292 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./efi-grub.nix
|
|
./erase-my-darlings.nix
|
|
./main.nix
|
|
./networking.nix
|
|
./nix-flakes.nix
|
|
./pin-nixpkgs.nix
|
|
./pulseaudio.nix
|
|
./vault-agent.nix
|
|
./vps-remote-access.nix
|
|
./sshd-emacs.nix
|
|
./xserver
|
|
../hardware/default.nix
|
|
];
|
|
}
|