dotfiles.nix/nixos/fuchsia/services/default.nix

10 lines
93 B
Nix

{ ... }:
{
imports = [
./amdgpu-clocks.nix
./flatpak.nix
./xserver.nix
];
}