nix-conf/modules/default.nix
2024-01-13 17:16:32 +01:00

29 lines
473 B
Nix

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