Compare commits

..

No commits in common. "aa02cb8de19361bd870f807743acafff179190cc" and "641f4d363199d20b1bdb02fbf388288223825b4a" have entirely different histories.

4 changed files with 5 additions and 12 deletions

View file

@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"4009d1de954d694cb11af391d4113d29c5c1379d")
"808c02c01e87d6ded18492372543108e1f9154a9")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
@ -25,7 +25,7 @@
(url "https://g.freya.cat/freya/sakura")
(branch "main")
(commit
"0601aa4f570e0f8d986c67de7c57572f935e7387")
"17247cc3edc9a90acd8a30ed2f967ddaed7dd06e")
(introduction
(make-channel-introduction
"8fb2f9c2fa414754c41c1c73665e3e73e12693ab"

View file

@ -11,6 +11,7 @@ require('mason-lspconfig').setup({
'pyright',
'vimls',
'yamlls',
'jdtls',
'bashls',
'lua_ls',
},

View file

@ -47,7 +47,6 @@
"cage"
"libnotify"
"waybar"
"network-manager-applet"
; xdg
"xdg-desktop-portal-wlr"
@ -116,7 +115,7 @@
; utilities
"qbittorrent"
"syncthing"
"wine64"
"wine-staging"
"winetricks"))
(list ; system

View file

@ -276,14 +276,7 @@
(fast-connectable? #t)))
; yubikey
(service pcscd-service-type)
(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"))))
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev")))
;; append freya base services
%base-freya-services))