diff --git a/configuration.nix b/configuration.nix index 3824467..3712b00 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,6 +5,7 @@ { config, pkgs, ... }: let CORNER_RADIUS = "10"; + CORNER_RADIUS_INT = 10; WAYBAR_MODULES_CORNER_RADIUS = "15"; GAPS_IN = "5"; GAPS_OUT = "10"; @@ -710,7 +711,7 @@ valign = bottom border-bottom: 1px solid rgba(0,0,0,0); background-color: transparent; box-shadow: 0px 0px 0px 60px #ebdbb2; - border-radius: ${CORNER_RADIUS}px; /* Ensure consistent curvature */ + border-radius: ${CORNER_RADIUS_INT + 5}px; /* Ensure consistent curvature */ margin: 20px; } window#waybar.right, diff --git a/nixos-switch.log b/nixos-switch.log index 2026e83..d1a913c 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -1,27 +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/bf8cagm66maf717gyns99575hfq7w7zb-waybar-config.json.drv - /nix/store/5llfmkc5nmv3176vp4yiq62kcw5w4cdi-home-manager-files.drv - /nix/store/jn3rng50x2avc61ijgxb1c9ak47gmj8l-activation-script.drv - /nix/store/f75z0jr2qfv5rvf18dzn3abngylp0jg9-home-manager-generation.drv - /nix/store/frwza04xdjchmw2l2qhk5p9xgrhznv6r-unit-home-manager-deadvey.service.drv - /nix/store/wm4xw9rdy9z41f32p5wky64iiqdcpxgs-system-units.drv - /nix/store/si0v70aqh162mpawckjam7hhcb62la8m-etc.drv - /nix/store/k0bxdaisq4dvkrvcrd4fxv73i2bxwcwa-nixos-system-nixos-24.05.3642.883180e6550c.drv -building '/nix/store/bf8cagm66maf717gyns99575hfq7w7zb-waybar-config.json.drv'... -building '/nix/store/jn3rng50x2avc61ijgxb1c9ak47gmj8l-activation-script.drv'... -building '/nix/store/5llfmkc5nmv3176vp4yiq62kcw5w4cdi-home-manager-files.drv'... -building '/nix/store/f75z0jr2qfv5rvf18dzn3abngylp0jg9-home-manager-generation.drv'... -building '/nix/store/frwza04xdjchmw2l2qhk5p9xgrhznv6r-unit-home-manager-deadvey.service.drv'... -building '/nix/store/wm4xw9rdy9z41f32p5wky64iiqdcpxgs-system-units.drv'... -building '/nix/store/si0v70aqh162mpawckjam7hhcb62la8m-etc.drv'... -building '/nix/store/k0bxdaisq4dvkrvcrd4fxv73i2bxwcwa-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 -the following new units were started: systemd-coredump@10-126500-0.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