nix-conf/modules/default.nix
2024-04-18 16:13:17 +02:00

33 lines
555 B
Nix

{ self, ... }:
{
imports = [
./asf
./audio
./auto-update
./bluetooth
./boot
./doc
./events
./kodi
./keyboard
./local
./minecraft-server
./moodle-dl
./nix
./plasma
./plasma/6.nix
./printing
./repo-sync
./ssh
./steam
./sway
./users
./zerotierone
../upstream
self.inputs.disko.nixosModules.disko
self.inputs.home-manager.nixosModules.home-manager
self.inputs.nixos-generators.nixosModules.all-formats
self.inputs.sops-nix.nixosModules.sops
];
}