.
This commit is contained in:
parent
8b4b6b6343
commit
76708ac7be
3 changed files with 24 additions and 14 deletions
18
config.org
18
config.org
|
@ -42,7 +42,6 @@ This is to be run after setting up the partitions.
|
|||
#+NAME: module-list
|
||||
- gnu
|
||||
- gnu image
|
||||
- zilti packages hyprland
|
||||
- gnu services admin
|
||||
- gnu services authentication
|
||||
- gnu services base
|
||||
|
@ -57,6 +56,7 @@ This is to be run after setting up the partitions.
|
|||
- gnu services virtualization
|
||||
- gnu services xorg
|
||||
- gnu system nss
|
||||
- zilti packages hyprland
|
||||
- nongnu packages linux
|
||||
- nongnu system linux-initrd
|
||||
|
||||
|
@ -139,14 +139,14 @@ This adds the Nonguix channel.
|
|||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
(openpgp-fingerprint
|
||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
||||
(channel
|
||||
(name 'emacs-melpa)
|
||||
(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 'emacs-melpa)
|
||||
(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 'ziltis-channel)
|
||||
(url "https://gitea.lyrion.ch/zilti/guixchannel"))
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
(use-modules
|
||||
(gnu)
|
||||
(gnu image)
|
||||
(zilti packages hyprland)
|
||||
(gnu services admin)
|
||||
(gnu services authentication)
|
||||
(gnu services base)
|
||||
|
@ -17,7 +16,8 @@
|
|||
(gnu services xorg)
|
||||
(gnu system nss)
|
||||
(nongnu packages linux)
|
||||
(nongnu system linux-initrd))
|
||||
(nongnu system linux-initrd)
|
||||
(zilti packages hyprland))
|
||||
|
||||
(use-service-modules desktop xorg)
|
||||
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
(gnu home services pm)
|
||||
(gnu home services shells)
|
||||
(gnu home services shepherd)
|
||||
(gnu home services ssh))
|
||||
(gnu home services ssh)
|
||||
(gnu home services syncthing))
|
||||
|
||||
(home-environment
|
||||
;; Below is the list of Home services. To search for available
|
||||
|
@ -91,6 +92,7 @@
|
|||
("emacs/templates" ,(local-file "./emacs/templates"))
|
||||
("kitty/kitty.conf" ,(local-file "./kitty/kitty.conf"))
|
||||
("senpai/senpai.scfg" ,(local-file "./senpai/senpai.scfg"))))
|
||||
(service home-syncthing-service-type)
|
||||
(service home-bash-service-type
|
||||
(home-bash-configuration
|
||||
(aliases
|
||||
|
@ -136,11 +138,17 @@
|
|||
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
|
||||
(channel
|
||||
(name 'nongnu-guix)
|
||||
(url "https://gitlab.com/nonguix/nonguix"))))
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
(openpgp-fingerprint
|
||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))
|
||||
(simple-service 'ziltis-packages
|
||||
home-profile-service-type
|
||||
(specifications->packages
|
||||
(list "bsd-games"
|
||||
(list "bind:utils"
|
||||
"bsd-games"
|
||||
"bolt"
|
||||
"browserpass-native"
|
||||
"chicken"
|
||||
|
@ -197,6 +205,8 @@
|
|||
"swaynotificationcenter"
|
||||
"telegram-desktop"
|
||||
"tig"
|
||||
"tmate"
|
||||
"tmux"
|
||||
"tree-sitter"
|
||||
"unzip"
|
||||
"visidata"
|
||||
|
|
Loading…
Reference in a new issue