317 lines
15 KiB
Scheme
317 lines
15 KiB
Scheme
#|Modules|#
|
|
(use-modules
|
|
#|GNU |# (gnu)
|
|
(gnu home)
|
|
(gnu home services)
|
|
#|Radix|# (radix packages fonts)
|
|
(radix packages wm)
|
|
(radix home services)
|
|
(radix utils)
|
|
((radix files fish) #:prefix file:fish-)
|
|
#|SRFI |# (srfi srfi-13)
|
|
(srfi srfi-26))
|
|
|
|
(use-package-modules
|
|
#|A|# admin
|
|
#|B|# base bittorrent browser-extensions
|
|
#|C|# c calendar
|
|
#|D|# disk
|
|
#|E|# emacs emacs-xyz
|
|
#|F|# freedesktop fonts
|
|
#|G|# games gnome gnu-doc gnupg gnuzilla gtk guile-xyz
|
|
#|I|# image-viewers
|
|
#|L|# linux
|
|
#|M|# mail maths mes messaging minetest
|
|
#|P|# package-management password-utils pdf plotutils pulseaudio python-xyz
|
|
#|S|# scheme shells ssh suckless
|
|
#|T|# telegram tex text-editors tor toys
|
|
#|V|# version-control video
|
|
#|W|# web-browsers wm
|
|
#|X|# xdisorg xorg)
|
|
|
|
(use-home-service-modules
|
|
#|D|# desktop
|
|
#|M|# mcron
|
|
#|S|# shells ssh shepherd
|
|
#|X|# xdg)
|
|
|
|
#|Mcron jobs|#
|
|
(define alarm-clock-job
|
|
#~(job "30 6 * * *" "mpv --shuffle $XDG_MUSIC_DIR"))
|
|
|
|
(home-environment
|
|
(packages
|
|
(list #|admin |# neofetch
|
|
#|bittorrent |# aria2 qbittorrent
|
|
#|c |# c-intro-and-ref
|
|
#|calendar |# remind
|
|
#|disk |# lf ;Remove if I get used to dirvish
|
|
#|emacs |# emacs-next
|
|
#|emacs-xyz |#
|
|
#| • completion |# emacs-cape emacs-corfu emacs-corfu-doc
|
|
emacs-consult-lsp emacs-vertico
|
|
#| • centering |# emacs-olivetti
|
|
#| • file manager |# emacs-dirvish
|
|
#| • fuzzy-finder |# emacs-orderless
|
|
#| • guile |# emacs-geiser emacs-geiser-guile
|
|
emacs-macrostep-geiser emacs-geiser-eros
|
|
#| • guix |# emacs-guix emacs-direnv
|
|
#| • haunt |# emacs-ox-haunt
|
|
#| • icons |# emacs-all-the-icons
|
|
#| • irc |# emacs-circe
|
|
#| • kakoune |# emacs-kakoune emacs-phi-search-mc emacs-ryo-modal
|
|
#| • latex |# emacs-auctex emacs-latex-preview-pane
|
|
#| • linter |# emacs-flycheck emacs-flycheck-guile
|
|
#| • maps |# emacs-osm
|
|
#| • music player |# emacs-emms
|
|
#| • org |# emacs-org-bullets emacs-org-fragtog
|
|
emacs-org-present emacs-org-roam emacs-org-modern
|
|
#| • pulsar |# emacs-pulsar
|
|
#| • rss |# emacs-elfeed emacs-elfeed-org
|
|
#| • s-expressions |# emacs-lispy emacs-rainbow-delimiters
|
|
#| • ease config |# emacs-setup
|
|
#| • typing |# emacs-typing
|
|
#| • terminal |# emacs-eat
|
|
#|fonts |# font-arabic-misc font-liberation font-meslo-lg-dz
|
|
font-misc-misc font-un font-wqy-zenhei
|
|
#|freedesktop |# xdg-utils
|
|
#|games |# minetest supertuxkart xonotic
|
|
#|gnome |# adwaita-icon-theme
|
|
#|gnu-doc |# gnu-standards
|
|
#|gnupg |# gnupg pinentry
|
|
#|gnuzilla |# icecat
|
|
#|gtk |# guile-cairo
|
|
#|guile-xyz |# guile-irregex guile-machine-code guile-ncurses
|
|
guile-pipe guile-pfds guile-quickcheck guile-smc
|
|
guile-srfi-159 guile-srfi-189 haunt
|
|
#|image-viewers |# nsxiv
|
|
#|maths |# libqalculate
|
|
#|messaging |# toxic
|
|
#|package-management|# gwl
|
|
#|password-utils |# keepassxc
|
|
#|pdf |# zathura zathura-pdf-mupdf zathura-pdf-poppler
|
|
zathura-djvu
|
|
#|plotutils |# guile-charting
|
|
#|pulseaudio |# pulseaudio pamixer pavucontrol
|
|
#|python-xyz |# python-ueberzug
|
|
#|scheme |# sicp slib
|
|
#|shells |# fish fish-foreign-env
|
|
#|ssh |# openssh
|
|
#|suckless |# lukesmithxyz-st
|
|
#|telegram |# telegram-desktop
|
|
#|tex |# texlive-amsfonts texlive-scheme-basic
|
|
texlive-beamer texlive-bibtex texlive-ec
|
|
texlive-latex-fonts texlive-graphics
|
|
texlive-float texlive-geometry texlive-minted
|
|
texlive-pdfx texlive-texinfo texlive-tools
|
|
texlive-unicode-math
|
|
#|tor |# tor
|
|
#|toys |# oneko
|
|
#|vesion-control |# git
|
|
#|video |# ffmpeg mpv yt-dlp
|
|
#|web-browsers |# nyxt
|
|
#|wm |# awesome-next
|
|
#|xdisorg |# maim redshift xbanish xclip xdotool xinit xsel
|
|
#|xorg |# setxkbmap xinput xf86-input-libinput
|
|
xf86-video-vesa xf86-video-fbdev xf86-video-intel
|
|
xkill xmodmap xorg-server xrdb xset))
|
|
|
|
(services
|
|
(list #|XDG services|#
|
|
(simple-service 'xdg-base-directories-service
|
|
home-xdg-base-directories-service-type
|
|
(home-xdg-base-directories-configuration
|
|
(cache-home "$HOME/.cache")
|
|
(config-home "$HOME/.config")
|
|
(data-home "$HOME/.local/share")
|
|
(runtime-dir "/run/user/1000")
|
|
(log-home "$HOME/.local/var/log")
|
|
(state-home "$HOME/.local/state")))
|
|
|
|
(simple-service 'xdg-user-directories-service
|
|
home-xdg-user-directories-service-type
|
|
(home-xdg-user-directories-configuration
|
|
(desktop "$HOME/desktop")
|
|
(documents "$HOME/documents")
|
|
(download "$HOME/.local/share/downloads")
|
|
(music "$HOME/music")
|
|
(pictures "$HOME/pictures")
|
|
(videos "$HOME/videos")
|
|
(publicshare "")
|
|
(templates "")))
|
|
|
|
(simple-service 'xdg-mime-applications-service
|
|
home-xdg-mime-applications-service-type
|
|
(home-xdg-mime-applications-configuration
|
|
(default (associate-right
|
|
('icecat.desktop
|
|
`("text/html"
|
|
"application/xhtml+xml"
|
|
"application/x-extension-htm"
|
|
"application/x-extension-xhtml"
|
|
"application/x-extension-xht"
|
|
"x-scheme-handler/http"
|
|
"x-scheme-handler/https"))
|
|
('kak.desktop
|
|
`("text/plain"
|
|
"text/troff"
|
|
"text/xml"
|
|
"text/x-c"
|
|
"text/x-c++"
|
|
"text/x-diff"
|
|
"text/x-lisp"
|
|
"text/x-scheme"
|
|
"text/x-shellscript"
|
|
"text/x-tex"))
|
|
('lf.desktop
|
|
`("inode/directory"
|
|
"x-scheme-handler/ftp"
|
|
"x-scheme-handler/nfs"
|
|
"x-scheme-handler/smb"
|
|
"x-scheme-handler/ssh"
|
|
"application/x-directory"))
|
|
('mpv.desktop
|
|
`("image/gif"
|
|
"audio/mpeg"
|
|
"audio/ogg"
|
|
"audio/opus"
|
|
"audio/x-opus+ogg"
|
|
"video/mp4"
|
|
"video/x-matroska"
|
|
"video/webm"))
|
|
('nsxiv.desktop
|
|
`("image/avif"
|
|
"image/bmp"
|
|
"image/jpeg"
|
|
"image/png"
|
|
"image/svg+xml"
|
|
"image/webp"))
|
|
('org.pwmt.zathura.desktop
|
|
`("image/vnd.djvu"
|
|
"application/pdf"
|
|
"application/epub+zip"))))))
|
|
|
|
; (simple-service 'application-configs home-xdg-configuration-files-service-type
|
|
; `(("fish/fish_variables" ,file:fish-variables)
|
|
; ("fish/functions/fish_greeting.fish" ,file:fish-functions-greeting)
|
|
; ("fish/functions/fish_prompt.fish" ,file:fish-functions-prompt)))
|
|
|
|
#|Shepherd service|#
|
|
(service home-shepherd-service-type)
|
|
|
|
#|Shell services|#
|
|
(service home-fish-service-type
|
|
(home-fish-configuration
|
|
(config (list file:fish-abbreviations))
|
|
(aliases
|
|
`(#|Common aliases|#
|
|
("df" . "df -h")
|
|
("diff" . "diff --color=auto")
|
|
("grep" . "grep --color=auto")
|
|
("ip" . "ip --color=auto")
|
|
("ls" . ,(format #f "ls --color=auto ~
|
|
--group-directories-first ~
|
|
--classify ~
|
|
-hlv"))
|
|
|
|
#|Clear terminal screen without ncurses|#
|
|
("clear" . "printf \"\\033c\"")
|
|
|
|
#|Make ln idempotent|#
|
|
("ln" . "ln -sfn")
|
|
|
|
#|Kakoune bindings for info|#
|
|
("info" . "info --init-file $XDG_CONFIG_HOME/infokeys")
|
|
|
|
#|Easy presentation setup with xrandr|#
|
|
("present" . ,(format #f "xrandr --output LVDS-1 ~
|
|
--mode 1366x768 ~
|
|
--scale 1x1 ~
|
|
--output VGA-1 ~
|
|
--same-as LVDS-1 ~
|
|
--mode 1920x1080 ~
|
|
--scale 0.711x0.711"))
|
|
|
|
#|Display images in lf using ueberzug|#
|
|
("lf" . "$XDG_CONFIG_HOME/lf/lfrun")
|
|
|
|
#|Make GPG xdg compliant|#
|
|
("gpg" . "gpg --homedir $XDG_DATA_HOME/gnupg")
|
|
|
|
#|Listen to libre music on vern's radio|#
|
|
("radio" . "https://radio.vern.cc")
|
|
|
|
#|Kakoune aliases for the shell|#
|
|
("':e'" . "kak")
|
|
("':q'" . "exit")))))
|
|
|
|
(simple-service 'environment-variables-service
|
|
home-environment-variables-service-type
|
|
`(#|Bash|#
|
|
("HISTFILE" . "$XDG_CACHE_HOME/bash/history")
|
|
("HISTSIZE" . "-1")
|
|
("HISTFILESIZE" . "-1")
|
|
|
|
#|Language|#
|
|
("LANG" . "en_US.UTF-8")
|
|
("LANGUAGE" . "en_US.UTF-8")
|
|
("LC_COLLATE" . "C")
|
|
|
|
#|Default applications|#
|
|
("BROWSER" . "icecat")
|
|
("EDITOR" . "kak")
|
|
("FCEDIT" . "kak")
|
|
("PAGER" . "less")
|
|
("READER" . "zathura")
|
|
("SHELL" . "fish")
|
|
("TERMINAL" . "st")
|
|
("VISUAL" . "kak")
|
|
("WM" . "awesome")
|
|
|
|
#|Xorg|#
|
|
("XINITRC" . "$XDG_CONFIG_HOME/X11/xinitrc")
|
|
|
|
#|Readline|#
|
|
("INPUTRC" . "$XDG_CONFIG_HOME/readline/inputrc")
|
|
|
|
#|GTK|#
|
|
("GTK_RC_FILES" . "$XDG_CONFIG_HOME/gtk-2.0/gtkrc")
|
|
|
|
#|Guile|#
|
|
;("GUILE_WARN_DEPRECATED" . "detailed")
|
|
("GUILE_HISTORY" . "$XDG_CACHE_HOME/guile/history")
|
|
("GUILE_LOAD_PATH" . ,(string-join
|
|
(cons "$HOME/projects/guile/radix/modules"
|
|
(map (cut string-append <> "/share/guile/site/3.0")
|
|
'("/run/current-system/profile"
|
|
"$XDG_CONFIG_HOME/guix/current"
|
|
"$HOME/.guix-home/profile")))
|
|
":" 'infix))
|
|
|
|
#|GUIX|#
|
|
("GUIX_PROFILE" . "$XDG_CONFIG_HOME/guix/current")
|
|
|
|
#|Other program settings|#
|
|
("RUNLEVEL" . "3")
|
|
("TERMINFO" . "$XDG_DATA_HOME/terminfo")
|
|
("GRADLE_USER_HOME" . "$XDG_DATA_HOME/gradle")
|
|
("RUSTUP_HOME" . "$XDG_DATA_HOME/rustup")
|
|
("CARGO_HOME" . "$XDG_DATA_HOME/cargo")
|
|
("GNUPGHOME" . "$XDG_DATA_HOME/gnupg")
|
|
("DOTREMINDERS" . "$XDG_DATA_HOME/reminders")))
|
|
|
|
(service home-openssh-service-type
|
|
(home-openssh-configuration
|
|
(hosts (list (openssh-host
|
|
(name "codeberg.org")
|
|
(host-name "codeberg.org")
|
|
(user "git")
|
|
(identity-file "~/.ssh/codeberg"))))
|
|
(authorized-keys #f)))
|
|
|
|
#|Mcron service|#
|
|
(service home-mcron-service-type
|
|
(home-mcron-configuration
|
|
(jobs (list alarm-clock-job)))))))
|
|
|