87 current 2024-04-26 21:29:33 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-26 21:29:45 -04:00
parent bfc422019f
commit 0650a4149f
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800

View file

@ -71,6 +71,7 @@ jdk19
spotify
vscodium
vesktop
discord
# uns.vesktop
kitty
rofi
@ -91,6 +92,19 @@ jdk19
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
(pkgs.writeShellScriptBin "installVencord" ''
set -e
set -x
out=$(mktemp)
trap 'rm -f "$out"' EXIT
curl -sS https://github.com/Vendicated/VencordInstaller/releases/latest/download/VencordInstallerCli-Linux \
--output "$out" \
--location
chmod +x "$out"
sudo $out -location "${pkgs.discord}/opt/discord"
'')
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.