From a4af7ff2ba4c852010720614adb46098550f1e37 Mon Sep 17 00:00:00 2001 From: ahwx Date: Tue, 31 Mar 2026 00:33:20 +0200 Subject: [PATCH] feat: adds alias `fucking` --- modules/home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 77768af..83c57cf 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -279,6 +279,7 @@ github-actions = "${lib.getExe pkgs.act} -s GITHUB_TOKEN=\"$(${lib.getExe pkgs.github-cli} auth token)\""; tailscale = "sudo tailscale"; finder = "open -a Finder"; + fucking = "systemctl --user restart"; # NixOS ns = "nix-shell --run zsh";