diff --git a/modules/cli/fish.nix b/modules/cli/fish.nix index e764fac..c6e4b44 100644 --- a/modules/cli/fish.nix +++ b/modules/cli/fish.nix @@ -47,7 +47,7 @@ set -l rel_file (realpath --relative-to=$config_dir $file) - if nh home switch $config_dir -c ${hostName} + if nh home switch $config_dir git add -A set commit_msg "update: $rel_file" git commit -m "$commit_msg" diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix index 611e129..2c17a11 100644 --- a/modules/hypr/hyprland.nix +++ b/modules/hypr/hyprland.nix @@ -210,6 +210,7 @@ in "match:class ^(net.lutris.Lutris)$, workspace 3" "match:class ^(rpcs3)$, workspace 3" "match:class ^(winboat)$, workspace 5" + "match:class ^(qemu)$, workspace 5" "match:class ^(obsidian)$, workspace 6" "match:class ^(gimp)$, workspace 8" "match:class .*potify, workspace 9 silent"