config.scm: ajout de woob et suppression
This commit is contained in:
parent
ba7d07d9d7
commit
f3d3a2a792
|
@ -123,6 +123,8 @@ guix() {
|
|||
fi
|
||||
}
|
||||
|
||||
PATH=\"$PATH:/home/neox/.local/bin\"
|
||||
|
||||
if [[ ! -n \"$SSH_CLIENT\" ]]; then
|
||||
unset SSH_AGENT_PID
|
||||
if [ \"${gnupg_SSH_AUTH_SOCK_by:-0}\" -ne $$ ]; then
|
||||
|
@ -148,6 +150,7 @@ fi"))
|
|||
(environment-variables
|
||||
'(
|
||||
("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'")
|
||||
("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")
|
||||
|
@ -368,6 +371,7 @@ fi"))
|
|||
"python-logutils"
|
||||
"python-markdown"
|
||||
"python-paramiko"
|
||||
"python-virtualenv"
|
||||
"qbittorrent"
|
||||
"qemu"
|
||||
"qjackctl"
|
||||
|
@ -400,7 +404,7 @@ fi"))
|
|||
"virt-manager"
|
||||
"vlc"
|
||||
"wine64"
|
||||
"python-woob"
|
||||
;"python-woob"
|
||||
"xauth"
|
||||
;"xdg-desktop-portal"
|
||||
"xdg-desktop-portal-gnome"
|
||||
|
|
Loading…
Reference in New Issue