Compare commits
No commits in common. "6fddb7942d415ca150dd50da338d435802684440" and "974ef29ef979acee95e7b982c847924edab734a9" have entirely different histories.
6fddb7942d
...
974ef29ef9
2 changed files with 23 additions and 6 deletions
|
@ -62,6 +62,10 @@
|
|||
#:use-module (gnu packages xdisorg)
|
||||
#:use-module (guix channels)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (nongnu packages chrome)
|
||||
;; #:use-module (nongnu packages mozilla)
|
||||
#:use-module (nongnu packages k8s)
|
||||
#:use-module (nongnu packages nvidia)
|
||||
#:use-module (snamellit packages atuin-bin)
|
||||
#:use-module (snamellit packages tools)
|
||||
#:use-module (snamellit packages xca)
|
||||
|
@ -77,7 +81,11 @@
|
|||
|
||||
(define-public %snam-terminal-packages
|
||||
(list
|
||||
kubectl
|
||||
;;podman
|
||||
;;podman-compose
|
||||
docker
|
||||
;;docker-compose
|
||||
cifs-utils
|
||||
gnupg
|
||||
pinentry
|
||||
|
@ -168,7 +176,9 @@
|
|||
foot
|
||||
kitty
|
||||
|
||||
;; firefox
|
||||
librewolf
|
||||
google-chrome-stable
|
||||
|
||||
guile-g-golf
|
||||
guile-cairo
|
||||
|
@ -224,13 +234,15 @@
|
|||
"eval \"$(atuin init bash)\""
|
||||
"if [[ \"$ALACRITTY_WINDOW_ID\" != \"\" ]]; then tmux; fi"
|
||||
)))))))
|
||||
;; (simple-service 'variant-packages-service home-channels-service-type ; extend default
|
||||
(service home-channels-service-type ; replace default home-channels-service
|
||||
;; (simple-service 'variant-packages-service
|
||||
|
||||
(service home-channels-service-type
|
||||
(list
|
||||
|
||||
(channel
|
||||
(name 'guix)
|
||||
(url (channel-url %default-guix-channel))
|
||||
(branch "master")
|
||||
(branch "rust-team")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
|
@ -245,6 +257,14 @@
|
|||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
(openpgp-fingerprint
|
||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
||||
;; (channel
|
||||
;; (name 'guix-science-nonfree)
|
||||
;; (url "https://codeberg.org/guix-science/guix-science-nonfree.git")
|
||||
;; (introduction
|
||||
;; (make-channel-introduction
|
||||
;; "58661b110325fd5d9b40e6f0177cc486a615817e"
|
||||
;; (openpgp-fingerprint
|
||||
;; "CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446"))))
|
||||
(channel
|
||||
(name 'snamguix)
|
||||
(url "https://forge.snamellit.com/pti/snamguix")
|
||||
|
|
|
@ -46,7 +46,4 @@
|
|||
(license license:asl2.0)))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
snamellit-ca
|
||||
|
|
Loading…
Add table
Reference in a new issue