dots/modules/desktop/default.nix
Nico 3660ef23f1 chore: organise modules
Organise modules in a significantly better way with categories.
2025-05-03 16:34:35 +10:00

12 lines
175 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./pipewire.nix
./flatpak.nix
./fonts.nix
];
# Enable font dir for compatability
fonts.fontDir.enable = true;
}