;; This is an operating system configuration generated ;; by the graphical installer. (use-modules (gnu) (gnu packages radio)) (use-service-modules desktop networking ssh xorg cups) (operating-system (locale "en_US.utf8") (timezone "America/Anchorage") (keyboard-layout (keyboard-layout "us" "altgr-intl")) (bootloader (bootloader-configuration (bootloader grub-bootloader) (target "/dev/sda") (keyboard-layout keyboard-layout))) (kernel-arguments (cons "cpufreq.default_governor=conservative" %default-kernel-arguments)) (mapped-devices (list (mapped-device (source (uuid "3e6d527b-e188-4314-bf95-51705c2220fd")) (target "cryptroot") (type luks-device-mapping)))) (file-systems (cons* (file-system (mount-point "/") (device "/dev/mapper/cryptroot") (type "ext4") (dependencies mapped-devices)) %base-file-systems)) (host-name "nightshade") (users (cons* (user-account (name "christopher") (comment "Christopher Howard") (group "users") (home-directory "/home/christopher") (supplementary-groups '("wheel" "netdev" "audio" "video" "dialout" "cdrom" "lp" "lpadmin"))) (user-account (name "emily") (comment "Emily Howard") (group "users") (home-directory "/home/emily") (supplementary-groups '("netdev" "audio" "video" "cdrom" "lp"))) %base-user-accounts)) (packages (append (map specification->package '("evolution" "evolution-data-server" "font-abattis-cantarell" "font-adobe100dpi" "font-adobe75dpi" "font-alias" "font-anonymous-pro" "font-anonymous-pro-minus" "font-awesome" "font-bitstream-vera" "font-blackfoundry-inria" "font-comic-neue" "font-culmus" "font-dec-misc" "font-dosis" "font-fantasque-sans" "font-fira-code" "font-fira-mono" "font-fira-sans" "font-gnu-freefont" "font-hack" "font-hermit" "font-inconsolata" "font-iosevka" "font-iosevka-slab" "font-isas-misc" "font-liberation" "font-linuxlibertine" "font-mononoki" "font-sil-gentium" "font-tamzen" "font-terminus" "font-terminus" "font-tex-gyre" "font-ubuntu" "font-xfree86-type1" "gimp" "gnome-maps" "gnome-tweaks" "gs-fonts" "icecat" "libreoffice" "libvdpau" "mg" "neofetch" "nss-certs" "rhythmbox" "seahorse" "s-tui" "vdpauinfo" "vlc")) %base-packages)) (services (modify-services (append (list (service gnome-desktop-service-type) (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout))) (service cups-service-type (cups-configuration (web-interface? #t)))) %desktop-services) (udev-service-type config => (udev-configuration (inherit config) (rules (cons hackrf (udev-configuration-rules config))))))))