Migrate to home-manager

This commit is contained in:
Daniel Lundin 2024-08-02 11:12:36 +02:00
parent 6781866277
commit 2f6d4e1d3c
No known key found for this signature in database
147 changed files with 6181 additions and 6078 deletions
files/scripts

4
files/scripts/wezterm-open-url Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
if [[ $1 == http* ]]; then
printf "\033]1337;SetUserVar=open_url=%s\007" "$(echo -n "$1" | base64)"
fi