add tons of channels for my fonts, and such
This commit is contained in:
parent
f422a7b82e
commit
0b7748d0e3
43
channels.scm
43
channels.scm
@ -7,9 +7,36 @@
|
|||||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
"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
|
(channel
|
||||||
(name 'artoria)
|
(name 'artoria)
|
||||||
(url "https://git.bloodyno.se/lynn/artoria.git")
|
(url "https://git.transistor.house/lynn/artoria.git")
|
||||||
(branch "main")
|
(branch "main")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
@ -26,14 +53,12 @@
|
|||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
||||||
(channel
|
(channel
|
||||||
(name 'michal_atlas)
|
(name 'atlas)
|
||||||
(url "https://git.sr.ht/~michal_atlas/guix-channel")
|
(url "https://git.sr.ht/~michal_atlas/guix-channel")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
;;(introduction
|
(introduction
|
||||||
;; (make-channel-introduction
|
(make-channel-introduction
|
||||||
;; "d45185a2755daf831f1c3dc63efbf2bbbb29b99e"
|
"f0e838427c2d9c495202f1ad36cfcae86e3ed6af"
|
||||||
;; (openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
;; "")
|
"D451 85A2 755D AF83 1F1C 3DC6 3EFB F2BB BB29 B99E"))))
|
||||||
;; ))
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
@ -10,6 +10,16 @@
|
|||||||
(gnu packages vim)
|
(gnu packages vim)
|
||||||
(gnu packages version-control)
|
(gnu packages version-control)
|
||||||
(gnu packages terminals)
|
(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)
|
(gnu services)
|
||||||
(guix gexp)
|
(guix gexp)
|
||||||
(guix store)
|
(guix store)
|
||||||
@ -36,7 +46,15 @@
|
|||||||
(packages (list
|
(packages (list
|
||||||
emacs
|
emacs
|
||||||
git
|
git
|
||||||
|
firefox
|
||||||
kitty
|
kitty
|
||||||
|
;font-nerd-fonts-firacode
|
||||||
|
meslo-nerd-font
|
||||||
|
font-monaspace
|
||||||
|
font-google-noto-sans-cjk
|
||||||
|
font-google-noto-emoji
|
||||||
|
curl
|
||||||
|
mpv
|
||||||
neovim))
|
neovim))
|
||||||
|
|
||||||
;; Below is the list of Home services. To search for available
|
;; Below is the list of Home services. To search for available
|
||||||
@ -78,10 +96,10 @@
|
|||||||
(current-tab "resources"))
|
(current-tab "resources"))
|
||||||
(org/gnome/desktop/interface
|
(org/gnome/desktop/interface
|
||||||
(show-battery-percentage #t))
|
(show-battery-percentage #t))
|
||||||
(org/gnome/desktop/session
|
;; (org/gnome/desktop/session
|
||||||
(idle-delay "uint32 0")
|
;; (idle-delay "uint32 0")
|
||||||
;(idle-delay ,(int32->uint32 0))
|
;; ;(idle-delay ,(int32->uint32 0))
|
||||||
)
|
;; )
|
||||||
(org/gnome/desktop/background
|
(org/gnome/desktop/background
|
||||||
(picture-uri-dark
|
(picture-uri-dark
|
||||||
#$(file-fetch "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg"
|
#$(file-fetch "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg"
|
||||||
|
13
machines.scm
Normal file
13
machines.scm
Normal 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")
|
||||||
|
)
|
||||||
|
)
|
@ -48,7 +48,7 @@
|
|||||||
(specification->package "eza")
|
(specification->package "eza")
|
||||||
(specification->package "git")
|
(specification->package "git")
|
||||||
(specification->package "gparted")
|
(specification->package "gparted")
|
||||||
(specification->package "firefox")
|
;; (specification->package "firefox")
|
||||||
;; (specification->package "nss-certs") ;removed because version conflict
|
;; (specification->package "nss-certs") ;removed because version conflict
|
||||||
)
|
)
|
||||||
%base-packages))
|
%base-packages))
|
||||||
|
Loading…
Reference in New Issue
Block a user