notebook.scm 481 B

12345678910111213141516171819
  1. ;; GuixSD configuration file for the desktop machine.
  2. ;; Copyright © 2024 Oleg Pykhalov <go.wigust@gmail.com>
  3. ;; Released under the GNU GPLv3 or any later version.
  4. (use-modules (srfi srfi-26)
  5. (utils))
  6. (define %source-dir
  7. (dirname (current-filename)))
  8. (combined-manifest-from-files
  9. (map (cut string-append %source-dir "/" <>)
  10. '("notebook-packages.scm"
  11. "deprecated.scm"
  12. "desktop.scm"
  13. "dotfiles.scm"
  14. "emacs.scm"
  15. "obs.scm")))