about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-09-12 10:07:21 +0200
committerBaitinq <[email protected]>2025-09-12 10:07:21 +0200
commit82c568a77881f61dc167e24e51c344099935fa3b (patch)
tree842be721930687dce20e31b08bfaf764efcfefe7 /hosts
parentHosts: Fix deploy-rs (diff)
downloadnixos-config-82c568a77881f61dc167e24e51c344099935fa3b.tar.gz
nixos-config-82c568a77881f61dc167e24e51c344099935fa3b.tar.bz2
nixos-config-82c568a77881f61dc167e24e51c344099935fa3b.zip
Update
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 4368510..86f3dc5 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -67,7 +67,7 @@
         swayidle
         swaylock-effects
         swaybg
-        river
+        river-classic
         wlr-randr
         wlsunset
         vscode
@@ -195,7 +195,8 @@
           conflict-marker-style = "git";
         };
         aliases = {
-          tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"];
+          tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@"];
+          tug- = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"];
         };
         signing = {
           behavior = "own";