diff options
| author | Baitinq <[email protected]> | 2025-09-12 10:07:21 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-09-12 10:07:21 +0200 |
| commit | 82c568a77881f61dc167e24e51c344099935fa3b (patch) | |
| tree | 842be721930687dce20e31b08bfaf764efcfefe7 | |
| parent | Hosts: Fix deploy-rs (diff) | |
| download | nixos-config-82c568a77881f61dc167e24e51c344099935fa3b.tar.gz nixos-config-82c568a77881f61dc167e24e51c344099935fa3b.tar.bz2 nixos-config-82c568a77881f61dc167e24e51c344099935fa3b.zip | |
Update
| -rw-r--r-- | flake.lock | bin | 15634 -> 18063 bytes | |||
| -rw-r--r-- | hosts/home.nix | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock index 20175af..c71d10b 100644 --- a/flake.lock +++ b/flake.lock Binary files differdiff --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"; |