hyprland: add zoom

This commit is contained in:
2026-03-22 05:30:17 +03:00
parent 1a89460348
commit ec6558a6ee
3 changed files with 29 additions and 1 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
optImport = path: lib.optional (builtins.pathExists path) path;
hostname = osConfig.networking.hostName;
in {
imports =
imports = [
./hyprland/zoom.nix
] ++
optImport ../../host/${hostname}/modules/hyprland.nix ++
optImport ../../user/${username}/modules/hyprland.nix;