2023-04-18 01:02:27 -04:00
|
|
|
;; 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)
|
2023-04-20 18:17:46 -04:00
|
|
|
(gnu packages vim)
|
|
|
|
(gnu packages gcc)
|
2023-05-18 01:57:03 -04:00
|
|
|
(gnu packages gnupg)
|
2023-04-18 01:02:27 -04:00
|
|
|
(gnu services)
|
2023-04-20 18:17:46 -04:00
|
|
|
(guix packages)
|
2023-04-18 01:02:27 -04:00
|
|
|
(guix gexp)
|
2023-04-20 18:17:46 -04:00
|
|
|
(gnu home services shells)
|
2023-05-18 01:57:03 -04:00
|
|
|
(gnu home services desktop)
|
|
|
|
(gnu home services gnupg)
|
|
|
|
(gnu home services)
|
2023-09-08 20:48:33 -04:00
|
|
|
(ryan-services pipewire)
|
2023-09-14 19:57:05 -04:00
|
|
|
(ryan-packages freedesktop)
|
|
|
|
(ryan-packages mozilla))
|
2023-04-20 18:17:46 -04:00
|
|
|
|
|
|
|
(define my-neovim
|
|
|
|
(package
|
|
|
|
(inherit neovim)
|
|
|
|
(native-inputs
|
|
|
|
(modify-inputs (package-native-inputs neovim)
|
|
|
|
(prepend gcc-12)))))
|
2023-04-18 01:02:27 -04:00
|
|
|
|
|
|
|
(home-environment
|
|
|
|
;; Below is the list of packages that will show up in your
|
|
|
|
;; Home profile, under ~/.guix-home/profile.
|
2023-04-24 00:03:03 -04:00
|
|
|
(packages (append (specifications->packages (list "bat"
|
2023-08-21 22:20:19 -04:00
|
|
|
"xdg-utils"
|
|
|
|
"abook"
|
2023-08-28 18:52:30 -04:00
|
|
|
"libnotify"
|
2023-08-23 18:36:09 -04:00
|
|
|
"fzf"
|
2023-09-07 17:50:10 -04:00
|
|
|
"waypipe"
|
2023-09-21 17:08:39 -04:00
|
|
|
"gnunet"
|
2023-04-24 00:03:03 -04:00
|
|
|
"qrencode"
|
|
|
|
"binutils"
|
|
|
|
"gcc-toolchain"
|
2023-04-25 18:56:20 -04:00
|
|
|
"borg"
|
2023-08-29 14:12:00 -04:00
|
|
|
"restic"
|
2023-09-07 16:35:37 -04:00
|
|
|
"rsync"
|
2023-09-28 14:22:51 -04:00
|
|
|
"cloc"
|
2023-09-07 16:35:37 -04:00
|
|
|
"pv"
|
2023-04-25 18:56:20 -04:00
|
|
|
"python-msgpack"
|
2023-04-24 00:03:03 -04:00
|
|
|
"libreoffice"
|
|
|
|
"flatpak"
|
|
|
|
"gnupg"
|
|
|
|
"lsof"
|
|
|
|
"pavucontrol"
|
2023-09-22 16:51:53 -04:00
|
|
|
"netcat"
|
2023-04-24 00:03:03 -04:00
|
|
|
"bind:utils"
|
|
|
|
"font-cns11643"
|
|
|
|
"syncthing"
|
2023-08-30 18:33:12 -04:00
|
|
|
"imv"
|
2023-04-24 00:03:03 -04:00
|
|
|
"perl"
|
|
|
|
"tor"
|
|
|
|
"unzip"
|
|
|
|
"alacritty"
|
2023-10-11 23:45:39 -04:00
|
|
|
"foot"
|
2023-04-24 00:03:03 -04:00
|
|
|
"htop"
|
|
|
|
"curl"
|
|
|
|
"pandoc"
|
2023-08-29 13:45:30 -04:00
|
|
|
"texlive-bin"
|
2023-08-28 18:52:30 -04:00
|
|
|
"texlive-scheme-basic"
|
2023-04-24 00:03:03 -04:00
|
|
|
"texlive-txfonts"
|
|
|
|
"texlive-amsfonts"
|
|
|
|
"texlive-lm"
|
|
|
|
"texlive-lm-math"
|
2023-05-18 01:57:03 -04:00
|
|
|
"texlive-iftex"
|
2023-04-24 00:03:03 -04:00
|
|
|
"texlive-unicode-math"
|
|
|
|
"texlive-fontspec"
|
|
|
|
"texlive-xcolor"
|
2023-08-28 18:52:30 -04:00
|
|
|
"texlive-geometry"
|
2023-04-24 00:03:03 -04:00
|
|
|
"texlive-hyperref"
|
2023-08-28 18:52:30 -04:00
|
|
|
"texlive-parskip"
|
2023-04-25 18:56:20 -04:00
|
|
|
"texlive-etoolbox"
|
2023-04-24 00:03:03 -04:00
|
|
|
"zathura"
|
|
|
|
"zathura-pdf-mupdf"
|
|
|
|
"fzf"
|
|
|
|
"weechat"
|
|
|
|
"gimp"
|
|
|
|
"python"
|
2023-05-02 20:03:39 -04:00
|
|
|
"python:tk"
|
2023-05-05 01:22:35 -04:00
|
|
|
"file"
|
2023-04-25 18:56:20 -04:00
|
|
|
"python-lsp-server"
|
2023-05-25 23:06:04 -04:00
|
|
|
"kdenlive"
|
2023-04-24 00:03:03 -04:00
|
|
|
"sqlite"
|
2023-05-29 01:32:56 -04:00
|
|
|
"mpv"
|
2023-07-15 15:03:45 -04:00
|
|
|
"playerctl"
|
2023-08-21 22:20:19 -04:00
|
|
|
"aerc"
|
|
|
|
"tcpdump"
|
2023-07-15 15:03:45 -04:00
|
|
|
"pamixer"
|
2023-08-27 14:47:47 -04:00
|
|
|
"git"
|
2023-10-03 10:36:12 -04:00
|
|
|
"password-store"
|
2023-09-04 11:48:55 -04:00
|
|
|
"node"
|
2023-08-27 14:47:47 -04:00
|
|
|
"git-lfs"))
|
2023-09-14 19:57:05 -04:00
|
|
|
(list my-neovim wl-mirror firefox-wayland-new)))
|
2023-04-18 01:02:27 -04:00
|
|
|
|
|
|
|
;; 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 '(("grep" . "grep --color=auto") ("ll" . "ls -l")
|
2023-04-20 18:17:46 -04:00
|
|
|
("ls" . "ls -p --color=auto")
|
|
|
|
("python" . "python3")))
|
2023-04-18 01:02:27 -04:00
|
|
|
(bashrc (list (local-file
|
|
|
|
"bashrc")))
|
|
|
|
(bash-profile (list (local-file
|
2023-04-20 18:17:46 -04:00
|
|
|
"bash_profile")))))
|
|
|
|
(service home-xdg-configuration-files-service-type
|
|
|
|
`(("nvim/init.vim" ,(local-file "nvim/config/init.vim"))
|
2023-05-17 00:21:45 -04:00
|
|
|
("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim"))
|
2023-09-26 14:54:45 -04:00
|
|
|
("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim"))
|
2023-05-17 00:21:45 -04:00
|
|
|
("sway" ,(local-file "sway" #:recursive? #t))
|
2023-06-09 22:22:48 -04:00
|
|
|
("hypr" ,(local-file "hypr" #:recursive? #t))
|
2023-10-12 00:00:38 -04:00
|
|
|
("foot" ,(local-file "foot" #:recursive? #t))
|
2023-05-17 00:30:11 -04:00
|
|
|
("waybar" ,(local-file "waybar" #:recursive? #t))
|
2023-05-18 18:52:05 -04:00
|
|
|
("alacritty" ,(local-file "alacritty" #:recursive? #t))
|
2023-08-21 22:20:19 -04:00
|
|
|
("aerc" ,(local-file "aerc" #:recursive? #t))
|
2023-05-18 18:52:05 -04:00
|
|
|
("home-manager" ,(local-file "nix-home-manager" #:recursive? #t)) ))
|
2023-04-20 18:17:46 -04:00
|
|
|
(service home-files-service-type
|
2023-05-17 00:37:34 -04:00
|
|
|
`((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim"))
|
|
|
|
(".ssh/config" ,(local-file "ssh/config"))
|
2023-05-18 01:57:03 -04:00
|
|
|
;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
|
|
|
|
;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))
|
2023-05-18 18:52:05 -04:00
|
|
|
(".fonts" ,(local-file "fonts" #:recursive? #t))
|
|
|
|
(".nix-channels" ,(local-file "nix-channels"))))
|
2023-05-18 01:57:03 -04:00
|
|
|
(service home-pipewire-service-type)
|
|
|
|
(service home-dbus-service-type)
|
|
|
|
(service home-gpg-agent-service-type
|
|
|
|
(home-gpg-agent-configuration
|
|
|
|
(pinentry-program
|
|
|
|
(file-append pinentry "/bin/pinentry"))
|
|
|
|
(ssh-support? #t))) )))
|