mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
25a8e23045
Signed-off-by: Magic_RB <magic_rb@redalder.org>
29 lines
657 B
Nix
29 lines
657 B
Nix
# SPDX-FileCopyrightText: 2022 Richard Brežák <richard@brezak.sk>
|
|
#
|
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
{roots, ...}: {
|
|
imports = [
|
|
(roots.flake + "/nixos/secret-lib")
|
|
(roots.nixos + "/hardware/default.nix")
|
|
./template-files.nix
|
|
./efi-grub.nix
|
|
./erase-my-darlings.nix
|
|
./main.nix
|
|
./networking.nix
|
|
./nix-flakes.nix
|
|
./optimisation.nix
|
|
./pulseaudio.nix
|
|
./vault-agent.nix
|
|
./vps-remote-access.nix
|
|
./sshd-emacs.nix
|
|
./xserver
|
|
./home-manager.nix
|
|
./serokell.nix
|
|
./gaming.nix
|
|
./hashicorp.nix
|
|
./public/telegraf.nix
|
|
./public/grafana.nix
|
|
./public/hashicorp-envoy.nix
|
|
];
|
|
}
|