mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 14:26:33 +01:00
24 lines
380 B
Nix
24 lines
380 B
Nix
|
{ self, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./asf
|
||
|
./audio
|
||
|
./auto-update
|
||
|
./bluetooth
|
||
|
./local
|
||
|
./minecraft-server
|
||
|
./moodle-dl
|
||
|
./nix
|
||
|
./plasma
|
||
|
./plasma/6.nix
|
||
|
./printing
|
||
|
./repo-sync
|
||
|
./steam
|
||
|
./users
|
||
|
self.inputs.kde2nix.nixosModules.plasma6
|
||
|
self.inputs.nur.nixosModules.nur
|
||
|
self.inputs.home-manager.nixosModules.home-manager
|
||
|
];
|
||
|
}
|