425 current 2024-08-18 18:53:39 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 18:55:42 +01:00
parent c3f7f67bae
commit b73965d6b9
2 changed files with 122 additions and 41 deletions

View File

@ -578,30 +578,31 @@ valign = bottom
programs.waybar = { programs.waybar = {
enable = true; enable = true;
settings = { settings = {
rightBorder = { # rightBorder = {
layer = "bottom"; # layer = "bottom";
position = "right"; # position = "right";
mode="overlay"; # mode="overlay";
height = 0; # height = 0;
width = BORDER_WIDTH_INT; # width = BORDER_WIDTH_INT;
margin-top = 0; # margin-top = 0;
margin-bottom = 0; # margin-bottom = 0;
}; # };
leftBorder = { # leftBorder = {
layer = "bottom"; # layer = "bottom";
position = "left"; # position = "left";
mode="overlay"; # mode="overlay";
height = 0; # height = 0;
width = BORDER_WIDTH_INT; # width = BORDER_WIDTH_INT;
margin-top = 0; # margin-top = 0;
margin-bottom = 0; # margin-bottom = 0;
}; # };
whiteCornersTop = { whiteCornersTop = {
name = "whiteCornersTop"; name = "whiteCornersTop";
mode = "overlay"; mode = "overlay";
layer = "top"; layer = "top";
position = "top"; position = "top";
width = 1916; height = 1080;
width = 1920;
margin-top = 0; margin-top = 0;
margin-bottom = 0; margin-bottom = 0;
modules-left = []; modules-left = [];
@ -612,21 +613,21 @@ valign = bottom
interval = 1; interval = 1;
}; };
}; };
whiteCornersBottom = { # whiteCornersBottom = {
name = "whiteCornersBottom"; # name = "whiteCornersBottom";
mode = "overlay"; # mode = "overlay";
layer = "top"; # layer = "top";
position = "bottom"; # position = "bottom";
margin-top = 0; # margin-top = 0;
width = 1916; # width = 1916;
margin-bottom = 0; # margin-bottom = 0;
modules-left = []; # modules-left = [];
modules-center = ["custom/empty"]; # modules-center = ["custom/empty"];
modules-right = []; # modules-right = [];
"custom/empty" = { # "custom/empty" = {
format = " "; # format = " ";
interval = 1; # interval = 1;
}; # };
}; };
topBar = { topBar = {
name = "topBar"; name = "topBar";

View File

@ -1,9 +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 ';', expecting end of file
at /etc/nixos/configuration.nix:869:2:
868| };
869| };
| ^
870|
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 ';', expecting end of file
at /etc/nixos/configuration.nix:869:2:
868| };
869| };
| ^
870|
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:
activating the configuration... … while evaluating the attribute 'config.system.build.toplevel'
setting up /etc...
reloading user units for lightdm... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
reloading user units for deadvey...
restarting sysinit-reactivation.target 321| options = checked options;
restarting the following units: home-manager-deadvey.service 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 ';', expecting end of file
at /etc/nixos/configuration.nix:869:2:
868| };
869| };
| ^
870|