nix-conf/modules/default.nix

25 lines
393 B
Nix
Raw Normal View History

2023-12-29 16:43:40 +01:00
{ self, ... }:
{
imports = [
./asf
./audio
./auto-update
./bluetooth
2023-12-30 23:39:33 +01:00
./events
2023-12-29 16:43:40 +01:00
./local
./minecraft-server
./moodle-dl
./nix
./plasma
./plasma/6.nix
./printing
./repo-sync
./steam
./users
2023-12-30 23:39:33 +01:00
self.inputs.home-manager.nixosModules.home-manager
2023-12-29 16:43:40 +01:00
self.inputs.kde2nix.nixosModules.plasma6
self.inputs.nur.nixosModules.nur
];
}