nix-conf/modules/default.nix

27 lines
393 B
Nix
Raw Normal View History

2023-12-29 16:43:40 +01:00
{ self, ... }:
{
imports = [
./asf
./audio
./auto-update
./bluetooth
2024-01-02 20:58:18 +01:00
./boot
2023-12-30 23:39:33 +01:00
./events
2023-12-31 23:40:52 +01:00
./kodi
2023-12-29 16:43:40 +01:00
./local
./minecraft-server
./moodle-dl
./nix
2024-01-02 19:32:20 +01:00
./overlays
2023-12-29 16:43:40 +01:00
./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
];
}