From a6ab188c3c9b40e14e3122aea1c70f14c2b4b9bb Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 10 Aug 2023 08:39:32 -0400 Subject: Add rise configs. --- rise-home.scm | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 rise-home.scm (limited to 'rise-home.scm') diff --git a/rise-home.scm b/rise-home.scm new file mode 100644 index 0000000..cd6598d --- /dev/null +++ b/rise-home.scm @@ -0,0 +1,47 @@ +(use-modules (gnu home) + (gnu packages) + (gnu services) + (guix gexp) + (gnu home services shells)) + +(home-environment + (packages (specifications->packages + '("alsa-utils" + "ardour" + "calf" + "carla" + "emacs" + "emacs-better-defaults" + "emacs-buffer-env" + "emacs-doom-modeline" + "emacs-doom-themes" + "emacs-flycheck-guile" + "emacs-geiser-guile" + "emacs-magit" + "emacs-markdown-mode" + "emacs-paredit" + "emacs-rainbow-delimiters" + "emacs-smex" + "emacs-use-package" + "emacs-which-key" + "firefox" + "font-google-noto-sans-cjk" + "font-google-noto-serif-cjk" + "font-inconsolata" + "gimp" + "git" + "gnome-tweaks" + "htop" + "jack" + "lsp-plugins" + "milkytracker" + "obs" + "openssh" + "patchage" + "qjackctl" + "sfxr"))) + (services + (list (service home-bash-service-type + (home-bash-configuration + (aliases '(("grep" . "grep --color=auto") + ("ls" . "ls -ahlp --color=auto")))))))) -- cgit v1.2.3