diff --git a/configuration.nix b/configuration.nix index 2530e8f..c0860cd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -723,7 +723,7 @@ valign = bottom border: ${BORDER_WIDTH}px solid RGBA(235, 219, 178, 1); background-color: transparent; box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2; - border-radius: ${CORNER_RADIUS}px; + border-radius: ${CORNER_RADIUS_INT + BORDER_WIDTH_INT}px; margin: 20px; } window#waybar.right, diff --git a/nixos-switch.log b/nixos-switch.log index c9abc0a..d1a913c 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -1,26 +1,24 @@ building Nix... building the system configuration... -trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'. -these 8 derivations will be built: - /nix/store/hzazqyskccm1ak0wkmskgszf5fhv7qg4-hm_dunstdunstrc.drv - /nix/store/r0cybf3anvbspvkglaygcjmiizcp6vj4-home-manager-files.drv - /nix/store/x0mpizbm42xs5ac7vdyv9qiicykjlhr9-activation-script.drv - /nix/store/zsarfyivy7lpng61kfzs0zmnp9dszhbk-home-manager-generation.drv - /nix/store/h3j58p46arvics5ax1hv5yjnq6fnxglg-unit-home-manager-deadvey.service.drv - /nix/store/ldp2i0lr6dgbz05f7hprg5zd7g0nw90c-system-units.drv - /nix/store/13q3vmggfzkdl1ilm9ifvfa473wn5n56-etc.drv - /nix/store/2zxql5fdf57dk99zbw3r1lfbvzv3hi2v-nixos-system-nixos-24.05.3642.883180e6550c.drv -building '/nix/store/hzazqyskccm1ak0wkmskgszf5fhv7qg4-hm_dunstdunstrc.drv'... -building '/nix/store/x0mpizbm42xs5ac7vdyv9qiicykjlhr9-activation-script.drv'... -building '/nix/store/r0cybf3anvbspvkglaygcjmiizcp6vj4-home-manager-files.drv'... -building '/nix/store/zsarfyivy7lpng61kfzs0zmnp9dszhbk-home-manager-generation.drv'... -building '/nix/store/h3j58p46arvics5ax1hv5yjnq6fnxglg-unit-home-manager-deadvey.service.drv'... -building '/nix/store/ldp2i0lr6dgbz05f7hprg5zd7g0nw90c-system-units.drv'... -building '/nix/store/13q3vmggfzkdl1ilm9ifvfa473wn5n56-etc.drv'... -building '/nix/store/2zxql5fdf57dk99zbw3r1lfbvzv3hi2v-nixos-system-nixos-24.05.3642.883180e6550c.drv'... -activating the configuration... -setting up /etc... -reloading user units for lightdm... -reloading user units for deadvey... -restarting sysinit-reactivation.target -restarting the following units: home-manager-deadvey.service +error: + … while calling the 'head' builtin + + at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11: + + 1574| || pred here (elemAt values 1) (head values) then + 1575| head values + | ^ + 1576| else + + … while evaluating the attribute 'value' + + at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9: + + 808| in warnDeprecation opt // + 809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value; + | ^ + 810| inherit (res.defsFinal') highestPrio; + + (stack trace truncated; use '--show-trace' to show the full trace) + + error: cannot coerce an integer to a string