442 current 2024-08-18 21:41:06 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
536a3eaa66
commit
8fc003e4f9
@ -5,6 +5,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
CORNER_RADIUS = "5";
|
||||
CORNER_RADIUS_INT = 5;
|
||||
WAYBAR_MODULES_CORNER_RADIUS = "5";
|
||||
GAPS_IN = "5";
|
||||
GAPS_OUT = "10";
|
||||
@ -384,6 +385,7 @@ in
|
||||
global = {
|
||||
width = 300;
|
||||
height = 300;
|
||||
corner_radius = ${CORNER_RADIUS_INT};
|
||||
offset = "5x5";
|
||||
origin = "bottom-right";
|
||||
transparency = 0;
|
||||
|
109
nixos-switch.log
109
nixos-switch.log
@ -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...
|
||||
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...
|
||||
trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'.
|
||||
these 7 derivations will be built:
|
||||
/nix/store/3vxk6fx56vp2xq3bc6m7pn9hjciykmvy-bashrc.drv
|
||||
/nix/store/rm9rqdk8hd03c1i7gvgwj4q9i92sy47a-home-manager-files.drv
|
||||
/nix/store/0k2mha8981s7yzaqy41rq4ychjqaazdl-home-manager-generation.drv
|
||||
/nix/store/ns4gxsr8dagwyf7in9zbsh8xa2wy8vah-unit-home-manager-deadvey.service.drv
|
||||
/nix/store/k9p8vfsq8091qb32p2sxmw2s2nxg2zgv-system-units.drv
|
||||
/nix/store/mkfqbvx3c3cav1lprwvrxwhymmkpz3ii-etc.drv
|
||||
/nix/store/x41s26igxjgaif5iwl5z7g0mw0yfw3vm-nixos-system-nixos-24.05.3642.883180e6550c.drv
|
||||
building '/nix/store/3vxk6fx56vp2xq3bc6m7pn9hjciykmvy-bashrc.drv'...
|
||||
building '/nix/store/rm9rqdk8hd03c1i7gvgwj4q9i92sy47a-home-manager-files.drv'...
|
||||
building '/nix/store/0k2mha8981s7yzaqy41rq4ychjqaazdl-home-manager-generation.drv'...
|
||||
building '/nix/store/ns4gxsr8dagwyf7in9zbsh8xa2wy8vah-unit-home-manager-deadvey.service.drv'...
|
||||
building '/nix/store/k9p8vfsq8091qb32p2sxmw2s2nxg2zgv-system-units.drv'...
|
||||
building '/nix/store/mkfqbvx3c3cav1lprwvrxwhymmkpz3ii-etc.drv'...
|
||||
building '/nix/store/x41s26igxjgaif5iwl5z7g0mw0yfw3vm-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 evaluating the attribute 'config.system.build.toplevel'
|
||||
|
||||
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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user