Update home config

Julien LepillerTue Oct 06 19:25:28+0200 2020

04dd414

Update home config

modules/home-config/home.scm

4040
        (symlink-file-home "/data/tyreunom/.mozilla" ".mozilla")
4141
        (symlink-file-home "/data/tyreunom/.config/factorio" ".factorio")
4242
        (symlink-file-home "/data/tyreunom/.config/ibus" ".config/ibus")
43+
        (symlink-file-home "/data/tyreunom/.config/ibus-anthy" ".config/ibus-anthy")
4344
        (symlink-file-home "/data/tyreunom/.config/gimp" ".config/GIMP")
4445
        (symlink-file-home "/data/tyreunom/.config/minetest" ".minetest")
4546
        (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")
4649
        (symlink-file-home "/data/tyreunom/.config/0ad" ".config/0ad")
4750
        (symlink-file-home "/data/tyreunom/.config/openshot_qt" ".openshot_qt")
4851
        (symlink-file-home "/data/tyreunom/.config/qutebrowser" ".config/qutebrowser")

modules/home-config/keepassxc.scm

99
      (last-databases '("/data/tyreunom/ownCloud/synchro/pass.kdbx"))
1010
      (last-dir "/data/tyreunom")
1111
      (last-opened-databases '("/data/tyreunom/ownCloud/synchro/pass.kdbx"))
12-
      (theme "dark"))))
12+
      (theme "dark")
13+
      (browser-integration? #t))))

modules/home-config/openbox.scm

2828
            openbox-home))
2929
3030
(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"))
3237
(define openbox-autostart
3338
  (computed-file "autostart"
3439
     #~(with-output-to-file #$output

4449
export QT_IM_MODULE=ibus
4550
export GUIX_GTK2_IM_MODULE_FILE=~~/.guix-profile/lib/gtk-2.0/2.10.0/immodules-gtk2.cache
4651
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"))))))
4853
(define openbox-rc (local-file "files/openbox/rc.xml"))
4954
5055
(define tyreunom-openbox-configuration

modules/home-config/ssh.scm

4242
      (names '("gitlab.com" "35.231.145.151"))
4343
      (key "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSMqzJeV9rUzU4kWitGjeR4PWSa29SPqJ1fVkhtj3Hw9xjLVXVYrU9QlYWrOLXBpQ6KWjbjTDTdDkoohFzgbEY="))
4444
    (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"))
4646
      (key "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOhW/qorkJoTi2nvOxmDbaMlKsO6jTfj7FBB18Oj7tOBziJaDpgUNxyuRazEVOK0b/fdgzgBdzjSWfii+qwNzGI="))
4747
    (ssh-known-host-configuration
4848
      (names '("amadeus.lepiller.eu"))