mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 14:36:34 +01:00
29 lines
477 B
Nix
29 lines
477 B
Nix
{ self, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./asf
|
|
./audio
|
|
./auto-update
|
|
./bluetooth
|
|
./boot
|
|
./events
|
|
./kodi
|
|
./local
|
|
./minecraft-server
|
|
./moodle-dl
|
|
./nix
|
|
./overlays
|
|
./plasma
|
|
./plasma/6.nix
|
|
./printing
|
|
./repo-sync
|
|
./ssh
|
|
./steam
|
|
./users
|
|
../upstream
|
|
self.inputs.home-manager.nixosModules.home-manager
|
|
self.inputs.kde2nix.nixosModules.plasma6
|
|
self.inputs.nixos-generators.nixosModules.all-formats
|
|
];
|
|
}
|