.
This commit is contained in:
parent
7dffb1cd69
commit
6cf352842b
1 changed files with 22 additions and 3 deletions
25
config.org
25
config.org
|
@ -39,6 +39,9 @@ This is to be run after setting up the partitions.
|
|||
|
||||
* Modules
|
||||
|
||||
There are many community modules at [[https://whereis.みんな/][Whereis]].
|
||||
|
||||
|
||||
#+NAME: module-list
|
||||
- gnu
|
||||
- gnu image
|
||||
|
@ -57,7 +60,7 @@ This is to be run after setting up the partitions.
|
|||
- gnu services virtualization
|
||||
- gnu services xorg
|
||||
- gnu system nss
|
||||
- zilti packages hyprland
|
||||
- rosenthal packages wm
|
||||
- nongnu packages firmware
|
||||
- nongnu packages linux
|
||||
- nongnu system linux-initrd
|
||||
|
@ -145,16 +148,30 @@ This adds the Nonguix channel.
|
|||
(openpgp-fingerprint
|
||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
||||
(channel
|
||||
(name 'emacs-melpa)
|
||||
(name 'emacs)
|
||||
(url "https://github.com/babariviere/guix-emacs")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"72ca4ef5b572fea10a4589c37264fa35d4564783"
|
||||
(openpgp-fingerprint
|
||||
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
|
||||
(channel
|
||||
(name 'rosenthal)
|
||||
(url "https://github.com/rakino/rosenthal")
|
||||
(branch "trunk")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"7677db76330121a901604dfbad19077893865f35"
|
||||
(openpgp-fingerprint
|
||||
"13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))
|
||||
(channel
|
||||
(name 'ziltis-channel)
|
||||
(url "https://gitea.lyrion.ch/zilti/guixchannel")))
|
||||
(url "https://gitea.lyrion.ch/zilti/guixchannel")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"2aa768893d7da14d9831d45e6f1b1625240ff222"
|
||||
(openpgp-fingerprint
|
||||
"37F6 55BA F43B C0FF 300A 91A1 B389 76E8 2C9D AE42")))))
|
||||
)
|
||||
#+end_src
|
||||
|
||||
|
@ -171,6 +188,7 @@ This adds the Nonguix channel.
|
|||
- git
|
||||
- glu
|
||||
- hwdata
|
||||
- hyprcursor
|
||||
- hyprland
|
||||
- i915-firmware
|
||||
- libdrm
|
||||
|
@ -180,6 +198,7 @@ This adds the Nonguix channel.
|
|||
- readline
|
||||
- swayfx-0.3.2
|
||||
- tuxedo-keyboard
|
||||
- xdg-desktop-portal-hyprland
|
||||
- xf86-video-amdgpu
|
||||
- xf86-video-intel
|
||||
- xorg-server-xwayland
|
||||
|
|
Loading…
Reference in a new issue