add nm-applet, add ld-linux simple service
This commit is contained in:
parent
61ac1b0217
commit
7f4158762f
2 changed files with 10 additions and 2 deletions
|
@ -47,6 +47,7 @@
|
|||
"cage"
|
||||
"libnotify"
|
||||
"waybar"
|
||||
"network-manager-applet"
|
||||
|
||||
; xdg
|
||||
"xdg-desktop-portal-wlr"
|
||||
|
@ -115,7 +116,7 @@
|
|||
; utilities
|
||||
"qbittorrent"
|
||||
"syncthing"
|
||||
"wine-staging"
|
||||
"wine64"
|
||||
"winetricks"))
|
||||
|
||||
(list ; system
|
||||
|
|
|
@ -276,7 +276,14 @@
|
|||
(fast-connectable? #t)))
|
||||
; yubikey
|
||||
(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
|
||||
%base-freya-services))
|
||||
|
||||
|
|
Loading…
Reference in a new issue