diff --git a/nixos-switch.log b/nixos-switch.log index 84d4ae0..fe71b63 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -1,11 +1,11 @@ building Nix... building the system configuration... these 4 derivations will be built: - /nix/store/dcyh41193bkblk1fmc7ikmkvsh0jmbfl-sddm-theme.drv - /nix/store/c2w0j0yjhn5wal7gpcv3zbgv5cbb2k1w-sddm.conf.drv - /nix/store/d3wzdj3x8s1hs67i9qqzsy0i9bdadv0m-etc.drv - /nix/store/r2vr46c81yi2xlgwvsawlcn4vm3zypl3-nixos-system-scbnb-24.05pre625274.205781405197.drv -building '/nix/store/dcyh41193bkblk1fmc7ikmkvsh0jmbfl-sddm-theme.drv'... + /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'... Running phase: unpackPhase unpacking source archive /nix/store/1mb9zvzlpcx0jb3k5nydv5n6lcpcx38f-source source root is source @@ -17,12 +17,12 @@ 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/fbps791wvdr8r6rcwl8mg71dgzvq2ql9-sddm-theme -checking for references to /build/ in /nix/store/fbps791wvdr8r6rcwl8mg71dgzvq2ql9-sddm-theme... -patching script interpreter paths in /nix/store/fbps791wvdr8r6rcwl8mg71dgzvq2ql9-sddm-theme -building '/nix/store/c2w0j0yjhn5wal7gpcv3zbgv5cbb2k1w-sddm.conf.drv'... -building '/nix/store/d3wzdj3x8s1hs67i9qqzsy0i9bdadv0m-etc.drv'... -building '/nix/store/r2vr46c81yi2xlgwvsawlcn4vm3zypl3-nixos-system-scbnb-24.05pre625274.205781405197.drv'... +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'... activating the configuration... setting up /etc... modifying secret: git diff --git a/sddm-theme-dawn.nix b/sddm-theme-dawn.nix index 96abc4b..da34f69 100644 --- a/sddm-theme-dawn.nix +++ b/sddm-theme-dawn.nix @@ -19,5 +19,8 @@ in cd $out/ 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/ForceHideCompletePassword=false/ForceHideCompletePassword=true/g' $out/theme.conf + sed -i -e 's/HeaderText=Welcome!/HeaderText=Good Morning Sunshine/g' $out/theme.conf ''; }