mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 10:06:13 +01:00
76513487e9
Signed-off-by: Magic_RB <magic_rb@redalder.org>
17 lines
268 B
Nix
17 lines
268 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
|
|
./sshd-emacs.nix
|
|
./xserver.nix
|
|
../hardware/default.nix
|
|
];
|
|
}
|