Modules: separated hosts-specific modules in new dir

This commit is contained in:
2026-04-23 12:11:23 +02:00
parent 0f003b3a4f
commit f9fe349c49
19 changed files with 413 additions and 379 deletions
@@ -0,0 +1,17 @@
{
config,
pkgs,
pkgs-unstable,
...
}:
{
wayland.windowManager.hyprland.settings = {
exec-once = [
"qtbatticon" # custom battery tray
];
monitor = [
"eDP-1, highres@highrr, 0x0, 1"
];
};
}