.
This commit is contained in:
parent
92d42d86ec
commit
6d6c585583
4 changed files with 8 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
reconfigure:
|
||||
mkdir -p ~/.config/guix
|
||||
cp channels.scm ~/.config/guix/channels.scm
|
||||
ln -sf `pwd`/channels.scm ~/.config/guix/channels.scm
|
||||
guix archive --authorize < signing-key.pub
|
||||
guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
|
||||
make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#+begin_src makefile :tangle Makefile
|
||||
reconfigure:
|
||||
mkdir -p ~/.config/guix
|
||||
cp channels.scm ~/.config/guix/channels.scm
|
||||
ln -sf `pwd`/channels.scm ~/.config/guix/channels.scm
|
||||
guix archive --authorize < signing-key.pub
|
||||
guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
|
||||
make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user
|
||||
|
@ -234,7 +234,7 @@ These services are unmodified, or have just few settings.
|
|||
| virtlog | () |
|
||||
| fstrim | () |
|
||||
| fprintd | () |
|
||||
| plasma-desktop | () |
|
||||
| seatd | () |
|
||||
| sddm | () |
|
||||
|
||||
#+NAME: root-simple-service-block
|
||||
|
@ -302,6 +302,7 @@ These services are unmodified, or have just few settings.
|
|||
(delete gdm-service-type)
|
||||
(delete screen-locker-service-type)
|
||||
(delete login-service-type)
|
||||
(delete elogind-service-type)
|
||||
(delete mingetty-service-type)
|
||||
(delete console-font-service-type)
|
||||
(delete pulseaudio-service-type)
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
(delete gdm-service-type)
|
||||
(delete screen-locker-service-type)
|
||||
(delete login-service-type)
|
||||
(delete elogind-service-type)
|
||||
(delete mingetty-service-type)
|
||||
(delete console-font-service-type)
|
||||
(delete pulseaudio-service-type)
|
||||
|
@ -156,8 +157,8 @@
|
|||
fprintd-service-type
|
||||
(fprintd-configuration))
|
||||
(service
|
||||
plasma-desktop-service-type
|
||||
(plasma-desktop-configuration))
|
||||
seatd-service-type
|
||||
(seatd-configuration))
|
||||
(service sddm-service-type (sddm-configuration)))
|
||||
|
||||
(list polkit-wheel-service)
|
||||
|
|
|
@ -149,8 +149,6 @@
|
|||
"entr"
|
||||
"eternalterminal"
|
||||
"diff-so-fancy"
|
||||
"dolphin"
|
||||
"dolphin-plugins"
|
||||
"firefox"
|
||||
"flatpak"
|
||||
"font-libertinus"
|
||||
|
@ -163,6 +161,7 @@
|
|||
"guile"
|
||||
"glibc-locales"
|
||||
"hstr"
|
||||
"hyprland"
|
||||
"icecat"
|
||||
"icedove-wayland"
|
||||
"kitty"
|
||||
|
@ -180,7 +179,6 @@
|
|||
"nss-certs"
|
||||
"nwg-displays"
|
||||
"okular"
|
||||
"openjdk"
|
||||
"openssh"
|
||||
"password-store"
|
||||
"pass-otp"
|
||||
|
|
Loading…
Reference in a new issue