Skip to content

librepup/jonabron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jonabron Channel

Guix Banner

Info

Provides

The Jonabron Channel provides the following packages:

Emacs (jonabron packages emacs)

  • emacs-hoon-mode
  • emacs-fancy-dabbrev

WM (jonabron packages wm)

  • naitre
  • vicinae

Fonts (jonabron packages fonts)

  • font-jonafonts

Games (jonabron packages games)

  • osu-lazer-bin

Communication (jonabron packages communication)

  • discord

Shells (jonabron packages shells)

  • oh-my-zsh
  • powerlevel-10k

Usage

Add the Jonabron Channel to your Guix channels.scm, located at "~/.config/guix/channels.scm":

(append (list
 ; ... your other Channels ...
 (channel
  (name 'jonabron)
  (branch "master")
  (url "https://github.com/librepup/jonabron.git"))
 ; ... your other Channels ...
))

Afterwards, run guix pull to update Guix and your Channels. Once that is completed, you should be able to include the Jonabron Channel in your system configuration files, like so:

(use-modules ; ... your other Modules ...
             (jonabron packages wm)
             (jonabron packages fonts)
             (jonabron packages emacs)
             (jonabron packages communication)
             (jonabron packages games))

(define %guix-os (operating-system
  (packages (append
             (map specification->package+output
                  '("naitre"
                    "vicinae"
                    "font-jonafonts"
                    "osu-lazer-bin"
                    "emacs-fancy-dabbrev"
                    "discord"
                    "oh-my-zsh"
                    ))
             ))
))

About

Jonabron Guix Channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages