mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-25 08:09:08 +02:00
13 lines
194 B
Nix
13 lines
194 B
Nix
{ inputs, ... }: {
|
|
flake.nixosModules.desktop = {
|
|
imports = with inputs.self.nixosModules; [
|
|
bluetooth
|
|
fonts
|
|
gpu-amd
|
|
input
|
|
printing
|
|
sound
|
|
];
|
|
};
|
|
}
|