add tons of channels for my fonts, and such

This commit is contained in:
mir 2024-10-26 14:26:17 -08:00
parent f422a7b82e
commit 0b7748d0e3
4 changed files with 122 additions and 66 deletions

View File

@ -7,9 +7,36 @@
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(channel
(name 'zzkt)
(url "https://gitlab.com/zzkt/guix")
(branch "endless")
(introduction
(make-channel-introduction
"fc0ada85de1980e1fc9ee50672d827c0c17c3e7d"
(openpgp-fingerprint
"24A7 4604 91E6 A60F 5BB4 A00F 989F 5E6E DB47 8160"))))
(channel
(name 'benoitj)
(url "https://git.sr.ht/~benoit/my-guix-channel")
(branch "main")
(introduction
(make-channel-introduction
"37444eebf69f83f4accaa2c69562209d94f4e57a"
(openpgp-fingerprint
"C3B6 ED99 DF87 B208 0C79 C8AC F86B 0628 26D4 C20A"))))
(channel
(name 'nebula)
(url "https://git.sr.ht/~apoorv569/nebula")
(branch "master")
(introduction
(make-channel-introduction
"2f1be757b40f78456220823b71aace5277c5f33d"
(openpgp-fingerprint
"53B4 8418 D76A 3EF1 1BCC 92A8 4FDB 05CF 5D67 6283"))))
(channel
(name 'artoria)
(url "https://git.bloodyno.se/lynn/artoria.git")
(url "https://git.transistor.house/lynn/artoria.git")
(branch "main")
(introduction
(make-channel-introduction
@ -26,14 +53,12 @@
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
(name 'michal_atlas)
(name 'atlas)
(url "https://git.sr.ht/~michal_atlas/guix-channel")
(branch "master")
;;(introduction
;; (make-channel-introduction
;; "d45185a2755daf831f1c3dc63efbf2bbbb29b99e"
;; (openpgp-fingerprint
;; "")
;; ))
)
(introduction
(make-channel-introduction
"f0e838427c2d9c495202f1ad36cfcae86e3ed6af"
(openpgp-fingerprint
"D451 85A2 755D AF83 1F1C 3DC6 3EFB F2BB BB29 B99E"))))
)

View File

@ -10,6 +10,16 @@
(gnu packages vim)
(gnu packages version-control)
(gnu packages terminals)
(gnu packages web)
(gnu packages video)
(gnu packages fonts)
(gnu packages curl)
(benoitj packages fonts)
(nebula packages fonts)
(zzkt packages fonts)
; (gnu packages font-nerd-fonts)
; (nonguix packages)
(nongnu packages mozilla)
(gnu services)
(guix gexp)
(guix store)
@ -36,7 +46,15 @@
(packages (list
emacs
git
firefox
kitty
;font-nerd-fonts-firacode
meslo-nerd-font
font-monaspace
font-google-noto-sans-cjk
font-google-noto-emoji
curl
mpv
neovim))
;; Below is the list of Home services. To search for available
@ -78,10 +96,10 @@
(current-tab "resources"))
(org/gnome/desktop/interface
(show-battery-percentage #t))
(org/gnome/desktop/session
(idle-delay "uint32 0")
;(idle-delay ,(int32->uint32 0))
)
;; (org/gnome/desktop/session
;; (idle-delay "uint32 0")
;; ;(idle-delay ,(int32->uint32 0))
;; )
(org/gnome/desktop/background
(picture-uri-dark
#$(file-fetch "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg"

13
machines.scm Normal file
View File

@ -0,0 +1,13 @@
(list (build-machine
;; (name "unicron")
(name "192.168.1.3")
(systems (list "x86_64-linux" "i686-linux"))
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALuQ9g+xYE7Wu5o+8GjtJXLEfOaJwgURMVaJIDb0e8T")
(user "root")
(speed 2.) ;incredibly fast!
;; Remember 'guix offload' is spawned by
;; 'guix-daemon' as root.
(private-key "/root/.ssh/id_rsa")
)
)

View File

@ -48,7 +48,7 @@
(specification->package "eza")
(specification->package "git")
(specification->package "gparted")
(specification->package "firefox")
;; (specification->package "firefox")
;; (specification->package "nss-certs") ;removed because version conflict
)
%base-packages))