mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
14 lines
209 B
Nix
14 lines
209 B
Nix
{ inputs, ... }: {
|
|
flake.nixosModules.desktop = {
|
|
imports = with inputs.self.nixosModules; [
|
|
bluetooth
|
|
fonts
|
|
gpu-amd
|
|
input
|
|
printing
|
|
sound
|
|
miscapps
|
|
];
|
|
};
|
|
}
|