add some dev packages, clean up some things
This commit is contained in:
parent
1dff86f31c
commit
131ba51723
5 changed files with 9 additions and 17 deletions
|
@ -3,7 +3,7 @@
|
||||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"547d97180471e90e404a948015f65431961aa273")
|
"2a6d96425eea57dc6dd48a2bec16743046e32e06")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
|
@ -11,10 +11,10 @@
|
||||||
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
||||||
(channel
|
(channel
|
||||||
(name 'nonguix)
|
(name 'nonguix)
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
(url "https://gitlab.com/nonguix/nonguix.git")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"9f065c321e7d6b39f8610a8d65528f79a8733459")
|
"3b78eca656cf8a088ca8699a0563e67e2b61f2ac")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
(url "https://g.freya.cat/freya/sakura")
|
(url "https://g.freya.cat/freya/sakura")
|
||||||
(branch "main")
|
(branch "main")
|
||||||
(commit
|
(commit
|
||||||
"a329337cf72c12a4be43ff1c8543c3b69444ab02")
|
"92bd36b305b5899f3111be238e91050967673b8f")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"8fb2f9c2fa414754c41c1c73665e3e73e12693ab"
|
"8fb2f9c2fa414754c41c1c73665e3e73e12693ab"
|
||||||
|
|
|
@ -16,6 +16,7 @@ fi
|
||||||
|
|
||||||
PATH=$PATH:$HOME/.cargo/bin
|
PATH=$PATH:$HOME/.cargo/bin
|
||||||
PATH=$PATH:/var/lib/flatpak/exports/bin
|
PATH=$PATH:/var/lib/flatpak/exports/bin
|
||||||
|
DOCKER_HOME="$HOME/.docker"
|
||||||
|
|
||||||
# vim mode >:)
|
# vim mode >:)
|
||||||
# no ryan i am not copying you
|
# no ryan i am not copying you
|
||||||
|
|
|
@ -95,6 +95,9 @@
|
||||||
"python-pynvim"
|
"python-pynvim"
|
||||||
"git"
|
"git"
|
||||||
"openssl"
|
"openssl"
|
||||||
|
"openjdk"
|
||||||
|
"perl-image-exiftool"
|
||||||
|
"imagemagick"
|
||||||
|
|
||||||
; langs
|
; langs
|
||||||
"gcc-toolchain"
|
"gcc-toolchain"
|
||||||
|
|
|
@ -19,11 +19,6 @@
|
||||||
starship
|
starship
|
||||||
discord
|
discord
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
||||||
# devlopment
|
|
||||||
rustup
|
|
||||||
gcc
|
|
||||||
openssl
|
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -279,14 +279,7 @@
|
||||||
(auto-enable? #t)))
|
(auto-enable? #t)))
|
||||||
; yubikey
|
; yubikey
|
||||||
(service pcscd-service-type)
|
(service pcscd-service-type)
|
||||||
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev"))
|
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev")))
|
||||||
; ld linux
|
|
||||||
(simple-service 'ld-service-type activation-service-type
|
|
||||||
#~(begin
|
|
||||||
(system* "mkdir" "-p" "/lib64")
|
|
||||||
(system* "ln" "-s"
|
|
||||||
(string-append #$glibc "/lib/ld-linux-x86-64.so.2")
|
|
||||||
"/lib64/ld-linux-x86-64.so.2"))))
|
|
||||||
;; append freya base services
|
;; append freya base services
|
||||||
%base-freya-services))
|
%base-freya-services))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue