feat: big rework. Minimal hyprland setup

This commit is contained in:
2025-03-04 18:00:43 +00:00
parent 3079274d93
commit 60bfd74d8a
415 changed files with 6211 additions and 26094 deletions

View File

@@ -0,0 +1,16 @@
arch_package_manager = "paru"
flatpak_default_systemwide = false
# Whether to use the [hostname_groups] config table to decide which
# group files to use or to use all files in the groups folder.
# Default: false
hostname_groups_enabled = true
# Which group files apply for which hostnames
# paths starting without a / are relative to the groups folder
# Default: None
[hostname_groups]
john-desktop = ["default"]
john-laptop = ["default"]
server = []