Update home config
modules/home-config/home.scm
| 40 | 40 | (symlink-file-home "/data/tyreunom/.mozilla" ".mozilla") | |
| 41 | 41 | (symlink-file-home "/data/tyreunom/.config/factorio" ".factorio") | |
| 42 | 42 | (symlink-file-home "/data/tyreunom/.config/ibus" ".config/ibus") | |
| 43 | + | (symlink-file-home "/data/tyreunom/.config/ibus-anthy" ".config/ibus-anthy") | |
| 43 | 44 | (symlink-file-home "/data/tyreunom/.config/gimp" ".config/GIMP") | |
| 44 | 45 | (symlink-file-home "/data/tyreunom/.config/minetest" ".minetest") | |
| 45 | 46 | (symlink-file-home "/data/tyreunom/.config/audacity-data" ".audacity-data") | |
| 47 | + | (symlink-file-home "/data/tyreunom/.config/starsector" ".config/starsector") | |
| 48 | + | (symlink-file-home "/data/tyreunom/.config/weboob" ".config/weboob") | |
| 46 | 49 | (symlink-file-home "/data/tyreunom/.config/0ad" ".config/0ad") | |
| 47 | 50 | (symlink-file-home "/data/tyreunom/.config/openshot_qt" ".openshot_qt") | |
| 48 | 51 | (symlink-file-home "/data/tyreunom/.config/qutebrowser" ".config/qutebrowser") |
modules/home-config/keepassxc.scm
| 9 | 9 | (last-databases '("/data/tyreunom/ownCloud/synchro/pass.kdbx")) | |
| 10 | 10 | (last-dir "/data/tyreunom") | |
| 11 | 11 | (last-opened-databases '("/data/tyreunom/ownCloud/synchro/pass.kdbx")) | |
| 12 | - | (theme "dark")))) | |
| 12 | + | (theme "dark") | |
| 13 | + | (browser-integration? #t)))) |
modules/home-config/openbox.scm
| 28 | 28 | openbox-home)) | |
| 29 | 29 | ||
| 30 | 30 | (define openbox-environment | |
| 31 | - | (plain-file "environment" "eval $(ssh-agent)")) | |
| 31 | + | (plain-file "environment" "eval $(ssh-agent) | |
| 32 | + | export GTK_IM_MODULE=ibus | |
| 33 | + | export XMODIFIERS=@im=ibus | |
| 34 | + | export QT_IM_MODULE=ibus | |
| 35 | + | export GUIX_GTK2_IM_MODULE_FILE=/home/tyreunom/.guix-profile/lib/gtk-2.0/2.10.0/immodules-gtk2.cache | |
| 36 | + | export GUIX_GTK3_IM_MODULE_FILE=/home/tyreunom/.guix-profile/lib/gtk-3.0/3.0.0/immodules-gtk3.cache")) | |
| 32 | 37 | (define openbox-autostart | |
| 33 | 38 | (computed-file "autostart" | |
| 34 | 39 | #~(with-output-to-file #$output | |
… | |||
| 44 | 49 | export QT_IM_MODULE=ibus | |
| 45 | 50 | export GUIX_GTK2_IM_MODULE_FILE=~~/.guix-profile/lib/gtk-2.0/2.10.0/immodules-gtk2.cache | |
| 46 | 51 | export GUIX_GTK3_IM_MODULE_FILE=~~/.guix-profile/lib/gtk-3.0/3.0.0/immodules-gtk3.cache | |
| 47 | - | ~a -drx~%" #$(file-append ibus "/bin/ibus-daemon")))))) | |
| 52 | + | IBUS_COMPONENT_PATH=~~/.guix-profile/share/ibus/component ~a -drx~%" #$(file-append ibus "/bin/ibus-daemon")))))) | |
| 48 | 53 | (define openbox-rc (local-file "files/openbox/rc.xml")) | |
| 49 | 54 | ||
| 50 | 55 | (define tyreunom-openbox-configuration | |
modules/home-config/ssh.scm
| 42 | 42 | (names '("gitlab.com" "35.231.145.151")) | |
| 43 | 43 | (key "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSMqzJeV9rUzU4kWitGjeR4PWSa29SPqJ1fVkhtj3Hw9xjLVXVYrU9QlYWrOLXBpQ6KWjbjTDTdDkoohFzgbEY=")) | |
| 44 | 44 | (ssh-known-host-configuration | |
| 45 | - | (names '("ene.lepiller.eu" "rennes.lepiller.eu" "89.92.10.229" "192.168.1.20")) | |
| 45 | + | (names '("ene.lepiller.eu" "rennes.lepiller.eu" "git.lepiller.eu" "79.91.200.80" "192.168.1.20")) | |
| 46 | 46 | (key "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOhW/qorkJoTi2nvOxmDbaMlKsO6jTfj7FBB18Oj7tOBziJaDpgUNxyuRazEVOK0b/fdgzgBdzjSWfii+qwNzGI=")) | |
| 47 | 47 | (ssh-known-host-configuration | |
| 48 | 48 | (names '("amadeus.lepiller.eu")) |