(use-modules (gnu home) (gnu home services dotfiles) (gnu home services guix) (gnu home services shells) (gnu packages) (gnu services) (guix channels) (saayix packages binaries)) (home-environment (packages (map specification->package (list "acpi" "alacritty" "brightnessctl" "btop" "cinny-desktop-bin" "du-dust" "emacs-no-x" "fzf" "fastfetch" "gdb" "git" "glib" ; needed for cinny "gsettings-desktop-schemas" ; needed for cinny "grim" "hello" "jmtpfs" "lsd" "nasm" "pciutils" "ranger" "ripgrep" "slurp" "tokei" "tree" "usbutils" "wget" "xxd" "zoxide"))) (services (append (list (service home-dotfiles-service-type (home-dotfiles-configuration (directories '("../files")))) (service home-channels-service-type (list (channel (name 'guix) (url "https://git.guix.gnu.org/guix.git") (branch "master") (commit "3afea42347535c72d985c8d69e06d6d1a0720b22") (introduction (make-channel-introduction "3afea42347535c72d985c8d69e06d6d1a0720b22" (openpgp-fingerprint "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) (channel (name 'saayix) (branch "main") (url "https://codeberg.org/look/saayix") (commit "f0e272e58c9b758f2923ccd298e7eb857718c55f") (introduction (make-channel-introduction "12540f593092e9a177eb8a974a57bb4892327752" (openpgp-fingerprint "3FFA 7335 973E 0A49 47FC 0A8C 38D5 96BE 07D3 34AB"))))))) %base-home-services)))