446 current 2024-08-18 22:41:01 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
ceea98a204
commit
f4ad88ef00
@ -15,6 +15,7 @@ let
|
|||||||
|
|
||||||
GAPS_IN = "10";
|
GAPS_IN = "10";
|
||||||
GAPS_OUT = "20";
|
GAPS_OUT = "20";
|
||||||
|
HALF_OF_GAPS_OUT_INT = 10;
|
||||||
|
|
||||||
WALLPAPER = "$HOME/media/Pictures/wallpapers/forest.jpg";
|
WALLPAPER = "$HOME/media/Pictures/wallpapers/forest.jpg";
|
||||||
|
|
||||||
@ -391,7 +392,7 @@ in
|
|||||||
width = 300;
|
width = 300;
|
||||||
height = 300;
|
height = 300;
|
||||||
corner_radius = "${CORNER_RADIUS}";
|
corner_radius = "${CORNER_RADIUS}";
|
||||||
offset = "5x5";
|
offset = "${HALF_OF_GAPS_OUT_INT}x${HALF_OF_GAPS_OUT_INT}";
|
||||||
origin = "bottom-right";
|
origin = "bottom-right";
|
||||||
transparency = 0;
|
transparency = 0;
|
||||||
font = "Victor Mono SemiBold 12";
|
font = "Victor Mono SemiBold 12";
|
||||||
|
@ -1,28 +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 9 derivations will be built:
|
… while calling the 'head' builtin
|
||||||
/nix/store/dvhwkbi3rdy8dw6dlmy42zb9vv6r625x-hm_hyprhyprland.conf.drv
|
|
||||||
/nix/store/v6jnw4b2xj3bxpdngv5vqy8dxj6s8284-hm_dunstdunstrc.drv
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
|
||||||
/nix/store/40rl8d6pc2znvyqk1j2mh1yla1ic7zfc-home-manager-files.drv
|
|
||||||
/nix/store/x2c4s5myk1md6bgnbzv8rv6yl848faa3-activation-script.drv
|
1574| || pred here (elemAt values 1) (head values) then
|
||||||
/nix/store/8afhpyrd06yybf06l7iqfw8iavwa4am5-home-manager-generation.drv
|
1575| head values
|
||||||
/nix/store/bnr6d0x1ksqjy4cijiqlvapvj13i9648-unit-home-manager-deadvey.service.drv
|
| ^
|
||||||
/nix/store/ixk10mssc72k0rh57hd4hlpvhb8gsdi9-system-units.drv
|
1576| else
|
||||||
/nix/store/1fbpi4fq4964k3cvj4jqxsv7zfymv31d-etc.drv
|
|
||||||
/nix/store/1cmjm89c8jgcxizc2kar2lv5kwv4hi50-nixos-system-nixos-24.05.3642.883180e6550c.drv
|
… while evaluating the attribute 'value'
|
||||||
building '/nix/store/v6jnw4b2xj3bxpdngv5vqy8dxj6s8284-hm_dunstdunstrc.drv'...
|
|
||||||
building '/nix/store/dvhwkbi3rdy8dw6dlmy42zb9vv6r625x-hm_hyprhyprland.conf.drv'...
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9:
|
||||||
building '/nix/store/x2c4s5myk1md6bgnbzv8rv6yl848faa3-activation-script.drv'...
|
|
||||||
building '/nix/store/40rl8d6pc2znvyqk1j2mh1yla1ic7zfc-home-manager-files.drv'...
|
808| in warnDeprecation opt //
|
||||||
building '/nix/store/8afhpyrd06yybf06l7iqfw8iavwa4am5-home-manager-generation.drv'...
|
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
|
||||||
building '/nix/store/bnr6d0x1ksqjy4cijiqlvapvj13i9648-unit-home-manager-deadvey.service.drv'...
|
| ^
|
||||||
building '/nix/store/ixk10mssc72k0rh57hd4hlpvhb8gsdi9-system-units.drv'...
|
810| inherit (res.defsFinal') highestPrio;
|
||||||
building '/nix/store/1fbpi4fq4964k3cvj4jqxsv7zfymv31d-etc.drv'...
|
|
||||||
building '/nix/store/1cmjm89c8jgcxizc2kar2lv5kwv4hi50-nixos-system-nixos-24.05.3642.883180e6550c.drv'...
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
||||||
activating the configuration...
|
|
||||||
setting up /etc...
|
error: cannot coerce an integer to a string
|
||||||
reloading user units for lightdm...
|
|
||||||
reloading user units for deadvey...
|
|
||||||
restarting sysinit-reactivation.target
|
|
||||||
restarting the following units: home-manager-deadvey.service
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user