442 current 2024-08-18 21:41:06 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 21:47:37 +01:00
parent 536a3eaa66
commit 8fc003e4f9
2 changed files with 89 additions and 22 deletions

View File

@ -5,6 +5,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
CORNER_RADIUS = "5"; CORNER_RADIUS = "5";
CORNER_RADIUS_INT = 5;
WAYBAR_MODULES_CORNER_RADIUS = "5"; WAYBAR_MODULES_CORNER_RADIUS = "5";
GAPS_IN = "5"; GAPS_IN = "5";
GAPS_OUT = "10"; GAPS_OUT = "10";
@ -384,6 +385,7 @@ in
global = { global = {
width = 300; width = 300;
height = 300; height = 300;
corner_radius = ${CORNER_RADIUS_INT};
offset = "5x5"; offset = "5x5";
origin = "bottom-right"; origin = "bottom-right";
transparency = 0; transparency = 0;

View File

@ -1,24 +1,89 @@
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected DOLLAR_CURLY
at /etc/nixos/configuration.nix:388:25:
387| height = 300;
388| corner_radius = ${CORNER_RADIUS_INT};
| ^
389| offset = "5x5";
building Nix... building Nix...
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected DOLLAR_CURLY
at /etc/nixos/configuration.nix:388:25:
387| height = 300;
388| corner_radius = ${CORNER_RADIUS_INT};
| ^
389| offset = "5x5";
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 7 derivations will be built: … while evaluating the attribute 'config.system.build.toplevel'
/nix/store/3vxk6fx56vp2xq3bc6m7pn9hjciykmvy-bashrc.drv
/nix/store/rm9rqdk8hd03c1i7gvgwj4q9i92sy47a-home-manager-files.drv at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
/nix/store/0k2mha8981s7yzaqy41rq4ychjqaazdl-home-manager-generation.drv
/nix/store/ns4gxsr8dagwyf7in9zbsh8xa2wy8vah-unit-home-manager-deadvey.service.drv 321| options = checked options;
/nix/store/k9p8vfsq8091qb32p2sxmw2s2nxg2zgv-system-units.drv 322| config = checked (removeAttrs config [ "_module" ]);
/nix/store/mkfqbvx3c3cav1lprwvrxwhymmkpz3ii-etc.drv | ^
/nix/store/x41s26igxjgaif5iwl5z7g0mw0yfw3vm-nixos-system-nixos-24.05.3642.883180e6550c.drv 323| _module = checked (config._module);
building '/nix/store/3vxk6fx56vp2xq3bc6m7pn9hjciykmvy-bashrc.drv'...
building '/nix/store/rm9rqdk8hd03c1i7gvgwj4q9i92sy47a-home-manager-files.drv'... … while calling the 'seq' builtin
building '/nix/store/0k2mha8981s7yzaqy41rq4ychjqaazdl-home-manager-generation.drv'...
building '/nix/store/ns4gxsr8dagwyf7in9zbsh8xa2wy8vah-unit-home-manager-deadvey.service.drv'... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
building '/nix/store/k9p8vfsq8091qb32p2sxmw2s2nxg2zgv-system-units.drv'...
building '/nix/store/mkfqbvx3c3cav1lprwvrxwhymmkpz3ii-etc.drv'... 321| options = checked options;
building '/nix/store/x41s26igxjgaif5iwl5z7g0mw0yfw3vm-nixos-system-nixos-24.05.3642.883180e6550c.drv'... 322| config = checked (removeAttrs config [ "_module" ]);
activating the configuration... | ^
setting up /etc... 323| _module = checked (config._module);
reloading user units for lightdm...
reloading user units for deadvey... (stack trace truncated; use '--show-trace' to show the full trace)
restarting sysinit-reactivation.target
restarting the following units: home-manager-deadvey.service error: syntax error, unexpected DOLLAR_CURLY
at /etc/nixos/configuration.nix:388:25:
387| height = 300;
388| corner_radius = ${CORNER_RADIUS_INT};
| ^
389| offset = "5x5";