nixos/system/full.nix
2024-06-12 20:37:03 +02:00

22 lines
345 B
Nix

{lib, config, ...}: {
imports = [
./audio.nix
./env.nix
./networking.nix
./persistence.nix
./bluetooth.nix
./btrfs.nix
./fonts.nix
./hardware.nix
./nix.nix
./nfs.nix
./users.nix
./sops.nix
./ssh.nix
./steam.nix
./stylix.nix
./syncthing.nix
./wayland.nix
./zsh.nix
];
}