(define-module (home-config home) #:use-module (home-config bash) #:use-module (home-config git) #:use-module (home-config gtk) #:use-module (home-config hexchat) ;#:use-module (home-config icecat) #:use-module (home-config keepassxc) #:use-module (home-config neovim) #:use-module (home-config openbox) #:use-module (home-config ssh) #:use-module (home-config xfce) #:use-module (home utils) #:use-module (home) #:export (tyreunom-home)) (define tyreunom-home (home (data-directory "/data/tyreunom") (configurations (list bash-home git-home gtk2-home gtk3-home hexchat-home ;icecat-home keepassxc-home neovim-home openbox-home ssh-home xfce4-terminal-home (symlink-file-home "/data/tyreunom/.config/unity3d" ".config/unity3d") (symlink-file-home "/data/tyreunom/.config/dconf" ".config/dconf") (symlink-file-home "/data/tyreunom/.config/offlate" ".config/offlate") (symlink-file-home "/data/tyreunom/.config/godot" ".config/godot") (symlink-file-home "/data/tyreunom/.config/JOSM" ".config/JOSM") (symlink-file-home "/data/tyreunom/.config/obs-studio" ".config/obs-studio") (symlink-file-home "/data/tyreunom/.config/aseprite" ".config/aseprite") (symlink-file-home "/data/tyreunom/.config/inkscape" ".config/inkscape") (symlink-file-home "/data/tyreunom/.mozilla" ".mozilla") (symlink-file-home "/data/tyreunom/.config/factorio" ".factorio") (symlink-file-home "/data/tyreunom/.config/ibus" ".config/ibus") (symlink-file-home "/data/tyreunom/.config/gimp" ".config/GIMP") (symlink-file-home "/data/tyreunom/.config/minetest" ".minetest") (symlink-file-home "/data/tyreunom/.config/audacity-data" ".audacity-data") (symlink-file-home "/data/tyreunom/.config/0ad" ".config/0ad") (symlink-file-home "/data/tyreunom/.config/openshot_qt" ".openshot_qt") (symlink-file-home "/data/tyreunom/.config/qutebrowser" ".config/qutebrowser") (symlink-file-home "/mnt/hdd/android/home/AndroidStudio4.0" ".AndroidStudio4.0") (symlink-file-home "/mnt/hdd/android/home/android" ".android") (symlink-file-home "/mnt/hdd/android/home/gradle" ".gradle") (symlink-file-home "/data/tyreunom/Downloads" "Downloads") ;(symlink-file-home "/mnt/usb/.gnupg" ".gnupg") (symlink-file-home "/data/tyreunom/.gnupg" ".gnupg") (symlink-file-home "/data/tyreunom/.guilerc" ".guilerc") (symlink-file-home "/data/tyreunom/.config/guix-gaming-channels" ".config/guix-gaming-channels")))))