;; This "home-environment" file can be passed to 'guix home reconfigure' ;; to reproduce the content of your profile. This is "symbolic": it only ;; specifies package names. To reproduce the exact same profile, you also ;; need to capture the channels being used, as returned by "guix describe". ;; See the "Replicating Guix" section in the manual. (use-modules (gnu home) (gnu packages) (gnu services) (guix gexp) (gnu home services shells)) (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. (packages (specifications->packages (list "crawl-tiles" "acpi" "zynaddsubfx" "gnome-tweaks" "papirus-icon-theme" "gimp" "supercollider" "ardour" "slurp" "wireplumber" "pipewire" "qjackctl" "mplayer" "ffmpeg" "libcaca" "kigo" "lierolibre" "transmission:gui" "wine64" "wine" "audacity" "numix-gtk-theme" "nextcloud-client" "nyxt" "icedove-wayland" "ungoogled-chromium-wayland" "keepassxc" "libappindicator" "snixembed" "vlc" "emacs-next-pgtk" "qpwgraph" "pamixer" "element-desktop" "pavucontrol" "libreoffice" "mako" "firefox" "alacritty" "gammastep" "i3status" "rofi-wayland" "sway" "wev" "grim" "xjackfreak" "ncdu" "bind:utils" "python-i3ipc" "python" "screen" "bibata-cursor-theme" "ripgrep" "brightnessctl" "foot" "jack" "amb-plugins" "fil-plugins" "gnugo" "bsd-games" "file" "nmap" "font-fira-code" "font-awesome" "unzip" "curl"))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. (services (list (service home-bash-service-type (home-bash-configuration (aliases '(("ag" . "rg") ("dcomposer" . "ddev exec composer") ("ddrush" . "ddev exec drush") ("gitclean" . "git fetch -p && for branch in $(git branch -vv | grep '\\'': gone]'\\'' | gawk '\\''{print $1}'\\''); do git branch -D $branch; echo '\\''deleted $branch'\\''; done") ("grep" . "grep --color=auto") ("kill-element" . "kill $(ps aux | grep element | awk '\\''{print $2;}'\\'')") ("less" . "less -R") ("ll" . "ls -l") ("ls" . "ls --color -C") ("offer-files" . "python3 -m http.server") ("run-gamma" . "pkill -f gammastep; sleep 3; screen -dm -- gammastep -m wayland -l 46.05108:14.50513") ("sctl" . "systemctl") ("sudo" . "sudo env PATH=$PATH ") ("vi" . "vim") ("wxon" . "xhost +local:"))) (bashrc (list (local-file "/home/g1smo/sredstva/dotfiles/guix/home.scm/.bashrc" "bashrc"))) (bash-profile (list (local-file "/home/g1smo/sredstva/dotfiles/guix/home.scm/.bash_profile" "bash_profile"))))))))