config.scm: ajout de woob et suppression
This commit is contained in:
parent
ba7d07d9d7
commit
f3d3a2a792
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue