nix-conf/modules/default.nix

30 lines
473 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
./plasma
./plasma/6.nix
./printing
./repo-sync
2024-01-11 00:19:11 +01:00
./ssh
2023-12-29 16:43:40 +01:00
./steam
2024-01-13 15:03:29 +01:00
./sway
2023-12-29 16:43:40 +01:00
./users
../upstream
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
2024-01-10 19:51:13 +01:00
self.inputs.nixos-generators.nixosModules.all-formats
2023-12-29 16:43:40 +01:00
];
}