381 current 2024-08-18 04:50:28 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
4872b13948
commit
138efa9353
@ -5,6 +5,7 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
CORNER_RADIUS = "10";
|
CORNER_RADIUS = "10";
|
||||||
|
CORNER_RADIUS_INT = 10;
|
||||||
WAYBAR_MODULES_CORNER_RADIUS = "15";
|
WAYBAR_MODULES_CORNER_RADIUS = "15";
|
||||||
GAPS_IN = "5";
|
GAPS_IN = "5";
|
||||||
GAPS_OUT = "10";
|
GAPS_OUT = "10";
|
||||||
@ -710,7 +711,7 @@ valign = bottom
|
|||||||
border-bottom: 1px solid rgba(0,0,0,0);
|
border-bottom: 1px solid rgba(0,0,0,0);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-shadow: 0px 0px 0px 60px #ebdbb2;
|
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;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
window#waybar.right,
|
window#waybar.right,
|
||||||
|
@ -1,27 +1,24 @@
|
|||||||
building Nix...
|
building Nix...
|
||||||
building the system configuration...
|
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'.
|
error:
|
||||||
these 8 derivations will be built:
|
… while calling the 'head' builtin
|
||||||
/nix/store/bf8cagm66maf717gyns99575hfq7w7zb-waybar-config.json.drv
|
|
||||||
/nix/store/5llfmkc5nmv3176vp4yiq62kcw5w4cdi-home-manager-files.drv
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
|
||||||
/nix/store/jn3rng50x2avc61ijgxb1c9ak47gmj8l-activation-script.drv
|
|
||||||
/nix/store/f75z0jr2qfv5rvf18dzn3abngylp0jg9-home-manager-generation.drv
|
1574| || pred here (elemAt values 1) (head values) then
|
||||||
/nix/store/frwza04xdjchmw2l2qhk5p9xgrhznv6r-unit-home-manager-deadvey.service.drv
|
1575| head values
|
||||||
/nix/store/wm4xw9rdy9z41f32p5wky64iiqdcpxgs-system-units.drv
|
| ^
|
||||||
/nix/store/si0v70aqh162mpawckjam7hhcb62la8m-etc.drv
|
1576| else
|
||||||
/nix/store/k0bxdaisq4dvkrvcrd4fxv73i2bxwcwa-nixos-system-nixos-24.05.3642.883180e6550c.drv
|
|
||||||
building '/nix/store/bf8cagm66maf717gyns99575hfq7w7zb-waybar-config.json.drv'...
|
… while evaluating the attribute 'value'
|
||||||
building '/nix/store/jn3rng50x2avc61ijgxb1c9ak47gmj8l-activation-script.drv'...
|
|
||||||
building '/nix/store/5llfmkc5nmv3176vp4yiq62kcw5w4cdi-home-manager-files.drv'...
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9:
|
||||||
building '/nix/store/f75z0jr2qfv5rvf18dzn3abngylp0jg9-home-manager-generation.drv'...
|
|
||||||
building '/nix/store/frwza04xdjchmw2l2qhk5p9xgrhznv6r-unit-home-manager-deadvey.service.drv'...
|
808| in warnDeprecation opt //
|
||||||
building '/nix/store/wm4xw9rdy9z41f32p5wky64iiqdcpxgs-system-units.drv'...
|
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
|
||||||
building '/nix/store/si0v70aqh162mpawckjam7hhcb62la8m-etc.drv'...
|
| ^
|
||||||
building '/nix/store/k0bxdaisq4dvkrvcrd4fxv73i2bxwcwa-nixos-system-nixos-24.05.3642.883180e6550c.drv'...
|
810| inherit (res.defsFinal') highestPrio;
|
||||||
activating the configuration...
|
|
||||||
setting up /etc...
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
||||||
reloading user units for lightdm...
|
|
||||||
reloading user units for deadvey...
|
error: cannot coerce an integer to a string
|
||||||
restarting sysinit-reactivation.target
|
|
||||||
restarting the following units: home-manager-deadvey.service
|
|
||||||
the following new units were started: systemd-coredump@10-126500-0.service
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user