Files
nixos-config/modules/nixos/desktop.nix
2025-11-29 22:51:38 +01:00

13 lines
172 B
Nix

{ config, pkgs, ... }:
{
imports = [
./common.nix
./audio.nix
./bluetooth.nix
./fonts.nix
./sddm.nix
./hyprland.nix
./systemd-boot.nix
];
}