diff --git a/flake.lock b/flake.lock index 76efbd3..86dbc90 100644 --- a/flake.lock +++ b/flake.lock @@ -4102,11 +4102,11 @@ "stylix": "stylix_5" }, "locked": { - "lastModified": 1777750263, - "narHash": "sha256-3c085GHJBwd/t9bA7V0vGzh7PQDOeGHn3TgtURs2K7k=", + "lastModified": 1777752923, + "narHash": "sha256-CnXfwatifi3w/vMxcmf3S7sTjc3VbSroWPtHAyjjrZk=", "ref": "release-25.11", - "rev": "a0a39253f4cea70bf7e22da5e5644df9707dfb95", - "revCount": 46, + "rev": "e76a05b512027d66eeb6b9433927e0a48c3fed9d", + "revCount": 48, "type": "git", "url": "https://git.sid.ovh/sid/synix.git" }, diff --git a/users/sid/home/hyprland/packages.nix b/users/sid/home/hyprland/packages.nix index 9e23e05..67182da 100644 --- a/users/sid/home/hyprland/packages.nix +++ b/users/sid/home/hyprland/packages.nix @@ -67,6 +67,7 @@ in local.yt2rss synix.bulk-rename + synix.jirafeau-cli # synix.marker-pdf # FIXME ] # reverse engineering diff --git a/users/sid/home/hyprland/shell-aliases.nix b/users/sid/home/hyprland/shell-aliases.nix index 6e60438..893fe22 100644 --- a/users/sid/home/hyprland/shell-aliases.nix +++ b/users/sid/home/hyprland/shell-aliases.nix @@ -3,8 +3,9 @@ { home.shellAliases = { bt = "bluetoothctl"; - ff = "find . -type f -name"; dd-iso = "dd bs=4M status=progress oflag=sync"; + ff = "find . -type f -name"; + jf = "JIRAFEAU_URL='https://f.sid.ovh/' ${pkgs.synix.jirafeau-cli}/bin/jirafeau-cli"; synapse_change_display_name = "${pkgs.synix.synapse_change_display_name}/bin/synapse_change_display_name -t $(${pkgs.pass}/bin/pass sid.ovh/matrix/access-token) -r sid.ovh"; }; }