Refactor hosts folder

This commit is contained in:
2025-11-29 22:51:38 +01:00
parent 4e32e95eab
commit df731b0703
30 changed files with 214 additions and 1080 deletions

12
modules/nixos/desktop.nix Normal file
View File

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