config.scm: ajout de woob et suppression

This commit is contained in:
Adrien Bourmault 2024-10-09 12:16:55 +02:00
parent ba7d07d9d7
commit f3d3a2a792
No known key found for this signature in database
GPG Key ID: 57BC26A3687116F6
1 changed files with 5 additions and 1 deletions

View File

@ -123,6 +123,8 @@ guix() {
fi fi
} }
PATH=\"$PATH:/home/neox/.local/bin\"
if [[ ! -n \"$SSH_CLIENT\" ]]; then if [[ ! -n \"$SSH_CLIENT\" ]]; then
unset SSH_AGENT_PID unset SSH_AGENT_PID
if [ \"${gnupg_SSH_AUTH_SOCK_by:-0}\" -ne $$ ]; then if [ \"${gnupg_SSH_AUTH_SOCK_by:-0}\" -ne $$ ]; then
@ -148,6 +150,7 @@ fi"))
(environment-variables (environment-variables
'( '(
("BSD_GAMES_DIR" . "~/.local/share/bsd-games") ("BSD_GAMES_DIR" . "~/.local/share/bsd-games")
("PATH" . "$PATH:/home/neox/.local/bin")
("GCC_COLORS" . "'error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'") ("GCC_COLORS" . "'error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'")
("GUIX_PACKAGE_PATH" . "$HOME/.config/guix/packages/defs") ("GUIX_PACKAGE_PATH" . "$HOME/.config/guix/packages/defs")
("XDG_DATA_DIRS" . "$XDG_DATA_DIRS:$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share") ("XDG_DATA_DIRS" . "$XDG_DATA_DIRS:$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share")
@ -368,6 +371,7 @@ fi"))
"python-logutils" "python-logutils"
"python-markdown" "python-markdown"
"python-paramiko" "python-paramiko"
"python-virtualenv"
"qbittorrent" "qbittorrent"
"qemu" "qemu"
"qjackctl" "qjackctl"
@ -400,7 +404,7 @@ fi"))
"virt-manager" "virt-manager"
"vlc" "vlc"
"wine64" "wine64"
"python-woob" ;"python-woob"
"xauth" "xauth"
;"xdg-desktop-portal" ;"xdg-desktop-portal"
"xdg-desktop-portal-gnome" "xdg-desktop-portal-gnome"