an53pf9m1d21g1i074axx001iy1npiz2

This commit is contained in:
itsscb 2024-05-14 10:59:54 +02:00
parent 6237e92e4b
commit 3b9e3756e9
2 changed files with 14 additions and 12 deletions

View File

@ -1,11 +1,11 @@
building Nix...
building the system configuration...
these 4 derivations will be built:
/nix/store/ihisxvrw1hs3g4cz599l04lwaj6w0npn-sddm-theme.drv
/nix/store/n84dfhy4lifrx0bm7x0xkfgzid5bkzia-sddm.conf.drv
/nix/store/3g2pzihb0g0ii7jr962zfaaiq12fi50z-etc.drv
/nix/store/xwg0i66vmghcpsjsznlxj35v9gdbjby3-nixos-system-scbnb-24.05pre625274.205781405197.drv
building '/nix/store/ihisxvrw1hs3g4cz599l04lwaj6w0npn-sddm-theme.drv'...
/nix/store/xv88r2b56pisjpymas4d93l3pkhg10g3-sddm-theme.drv
/nix/store/p9kq8r77dbdz78r6k452kiamhd5and4g-sddm.conf.drv
/nix/store/0qbr07bwqpq2qj68f3qvwc72n4rvwy72-etc.drv
/nix/store/an53pf9m1d21g1i074axx001iy1npiz2-nixos-system-scbnb-24.05pre625274.205781405197.drv
building '/nix/store/xv88r2b56pisjpymas4d93l3pkhg10g3-sddm-theme.drv'...
Running phase: unpackPhase
unpacking source archive /nix/store/1mb9zvzlpcx0jb3k5nydv5n6lcpcx38f-source
source root is source
@ -17,14 +17,13 @@ Running phase: buildPhase
no Makefile or custom buildPhase, doing nothing
Running phase: installPhase
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/51gfy4br5pjgjd0xzgnxvacq7syn7mv0-sddm-theme
checking for references to /build/ in /nix/store/51gfy4br5pjgjd0xzgnxvacq7syn7mv0-sddm-theme...
patching script interpreter paths in /nix/store/51gfy4br5pjgjd0xzgnxvacq7syn7mv0-sddm-theme
building '/nix/store/n84dfhy4lifrx0bm7x0xkfgzid5bkzia-sddm.conf.drv'...
building '/nix/store/3g2pzihb0g0ii7jr962zfaaiq12fi50z-etc.drv'...
building '/nix/store/xwg0i66vmghcpsjsznlxj35v9gdbjby3-nixos-system-scbnb-24.05pre625274.205781405197.drv'...
shrinking RPATHs of ELF executables and libraries in /nix/store/1qj9rb04ydwm4wrsaqlc03slzxr5fi19-sddm-theme
checking for references to /build/ in /nix/store/1qj9rb04ydwm4wrsaqlc03slzxr5fi19-sddm-theme...
patching script interpreter paths in /nix/store/1qj9rb04ydwm4wrsaqlc03slzxr5fi19-sddm-theme
building '/nix/store/p9kq8r77dbdz78r6k452kiamhd5and4g-sddm.conf.drv'...
building '/nix/store/0qbr07bwqpq2qj68f3qvwc72n4rvwy72-etc.drv'...
building '/nix/store/an53pf9m1d21g1i074axx001iy1npiz2-nixos-system-scbnb-24.05pre625274.205781405197.drv'...
activating the configuration...
setting up /etc...
modifying secret: git
reloading user units for itsscb...
restarting sysinit-reactivation.target

View File

@ -20,7 +20,10 @@ in
rm Background.jpg
cp -r ${image} $out/Background.jpg
sed -i -e 's/Font="Noto Sans"/Font="FiraCode"/g' $out/theme.conf
sed -i -e 's/MainColor="white"/MainColor="white"/g' $out/theme.conf
sed -i -e 's/AccentColor="navajowhite"/AccentColor="navajowhite"/g' $out/theme.conf
sed -i -e 's/ForceHideCompletePassword=false/ForceHideCompletePassword=true/g' $out/theme.conf
sed -i -e 's/HeaderText=Welcome!/HeaderText=Good Morning Sunshine/g' $out/theme.conf
echo 'ThemeColor="black"' >> $out/theme.conf
'';
}