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

9 lines
75 B
Nix

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