summaryrefslogtreecommitdiff
path: root/rise-home.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-02-17 10:00:34 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-02-17 10:00:34 -0500
commitb14a123560dbfc4b7b9ceedf12cc5730558e2418 (patch)
tree3df54bb873e722554198512e151cef32e206301d /rise-home.scm
parenta0297b6b96544b58c56af05cf872535b1e7f6707 (diff)
Move all os/home configurations into modules.
Diffstat (limited to 'rise-home.scm')
-rw-r--r--rise-home.scm65
1 files changed, 0 insertions, 65 deletions
diff --git a/rise-home.scm b/rise-home.scm
deleted file mode 100644
index c072142..0000000
--- a/rise-home.scm
+++ /dev/null
@@ -1,65 +0,0 @@
-;;; Copyright © 2023 David Thompson <dthompson2@worcester.edu>
-;;;
-;;; This program is free software; you can redistribute it and/or
-;;; modify it under the terms of the GNU General Public License as
-;;; published by the Free Software Foundation; either version 3 of the
-;;; License, or (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;;; General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program. If not, see
-;;; <http://www.gnu.org/licenses/>.
-
-(define-module (rise-home)
- #:use-module (dthompson home common)
- #:use-module (gnu home)
- #:use-module (gnu packages)
- #:use-module (gnu services))
-
-(home-environment
- (packages (specifications->packages
- '("audacity"
- "alsa-utils"
- "ardour"
- "blender"
- "calf"
- "carla"
- "dragonfly-reverb"
- "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"
- "hydrogen"
- "jack"
- "lsp-plugins"
- "milkytracker"
- "obs"
- "openssh"
- "patchage"
- "qjackctl"
- "sfxr"
- "x42-plugins"
- "yt-dlp")))
- (services common-services))