This commit is contained in:
Daniel Ziltener 2024-01-17 20:58:45 +01:00
parent 8b4b6b6343
commit 76708ac7be
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
3 changed files with 24 additions and 14 deletions

View File

@ -42,7 +42,6 @@ This is to be run after setting up the partitions.
#+NAME: module-list #+NAME: module-list
- gnu - gnu
- gnu image - gnu image
- zilti packages hyprland
- gnu services admin - gnu services admin
- gnu services authentication - gnu services authentication
- gnu services base - gnu services base
@ -57,6 +56,7 @@ This is to be run after setting up the partitions.
- gnu services virtualization - gnu services virtualization
- gnu services xorg - gnu services xorg
- gnu system nss - gnu system nss
- zilti packages hyprland
- nongnu packages linux - nongnu packages linux
- nongnu system linux-initrd - nongnu system linux-initrd

View File

@ -1,7 +1,6 @@
(use-modules (use-modules
(gnu) (gnu)
(gnu image) (gnu image)
(zilti packages hyprland)
(gnu services admin) (gnu services admin)
(gnu services authentication) (gnu services authentication)
(gnu services base) (gnu services base)
@ -17,7 +16,8 @@
(gnu services xorg) (gnu services xorg)
(gnu system nss) (gnu system nss)
(nongnu packages linux) (nongnu packages linux)
(nongnu system linux-initrd)) (nongnu system linux-initrd)
(zilti packages hyprland))
(use-service-modules desktop xorg) (use-service-modules desktop xorg)

View File

@ -22,7 +22,8 @@
(gnu home services pm) (gnu home services pm)
(gnu home services shells) (gnu home services shells)
(gnu home services shepherd) (gnu home services shepherd)
(gnu home services ssh)) (gnu home services ssh)
(gnu home services syncthing))
(home-environment (home-environment
;; Below is the list of Home services. To search for available ;; Below is the list of Home services. To search for available
@ -91,6 +92,7 @@
("emacs/templates" ,(local-file "./emacs/templates")) ("emacs/templates" ,(local-file "./emacs/templates"))
("kitty/kitty.conf" ,(local-file "./kitty/kitty.conf")) ("kitty/kitty.conf" ,(local-file "./kitty/kitty.conf"))
("senpai/senpai.scfg" ,(local-file "./senpai/senpai.scfg")))) ("senpai/senpai.scfg" ,(local-file "./senpai/senpai.scfg"))))
(service home-syncthing-service-type)
(service home-bash-service-type (service home-bash-service-type
(home-bash-configuration (home-bash-configuration
(aliases (aliases
@ -136,11 +138,17 @@
"261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18")))) "261C A284 3452 FB01 F6DF 6CF4 F9B7 864F 2AB4 6F18"))))
(channel (channel
(name 'nongnu-guix) (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 (simple-service 'ziltis-packages
home-profile-service-type home-profile-service-type
(specifications->packages (specifications->packages
(list "bsd-games" (list "bind:utils"
"bsd-games"
"bolt" "bolt"
"browserpass-native" "browserpass-native"
"chicken" "chicken"
@ -197,6 +205,8 @@
"swaynotificationcenter" "swaynotificationcenter"
"telegram-desktop" "telegram-desktop"
"tig" "tig"
"tmate"
"tmux"
"tree-sitter" "tree-sitter"
"unzip" "unzip"
"visidata" "visidata"