14 lines
191 B
Nix
14 lines
191 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./common.nix
|
|
./audio.nix
|
|
./bluetooth.nix
|
|
./fonts.nix
|
|
./sddm.nix
|
|
./hyprland.nix
|
|
./printing.nix
|
|
./systemd-boot.nix
|
|
];
|
|
}
|