482 current 2024-08-19 23:23:17 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-19 23:35:05 +01:00
parent 214b921791
commit 4d646c49df
2 changed files with 96 additions and 24 deletions

View File

@ -216,8 +216,12 @@ in
extraConfig = "bind_to_address '127.0.0.1'\n#test";
};
programs.bash = {
programs.fish = {
enable = true;
}
programs.bash = {
enable = false;
shellAliases= {
emacs="emacs -nw";
nixrc="exec $HOME/media/Code/git/nixos/edit-config.sh";
@ -667,9 +671,9 @@ valign = bottom
width = 1000;
margin-top = 0;
margin-bottom = 0;
modules-left = ["pulseaudio"];
modules-left = ["cpu"];
modules-center = ["clock"];
modules-right = ["cpu" "memory"];
modules-right = ["memory"];
"clock" = {
format = "{:%d/%m/%Y %I:%M:%S} ";
@ -921,6 +925,8 @@ valign = bottom
mpv
killall
zip
fish
oh-my-fish
ncmpcpp
mpd
pulseaudio

View File

@ -1,23 +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 ';'
at /etc/nixos/configuration.nix:223:16:
222|
223| programs.bash = {
| ^
224| enable = false;
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 ';'
at /etc/nixos/configuration.nix:223:16:
222|
223| programs.bash = {
| ^
224| enable = false;
building the system configuration...
these 7 derivations will be built:
/nix/store/39lbp98yfhsyn094prsydj5b3gqnyvy7-activation-script.drv
/nix/store/iqbxyihkfw1wj0l50kch9k0zhn1r5dgc-home-manager-files.drv
/nix/store/w518g6fn2pzykmaplf0w6hfb8wr8r96b-home-manager-generation.drv
/nix/store/j0k6iq4kqx2r3gzpb4cm33gfzj8i768p-unit-home-manager-deadvey.service.drv
/nix/store/aysvip1857zxxg0rk46154r6v3x0z57z-system-units.drv
/nix/store/f8i7i87jdkj6hjdzlgdbfb2dswwnymj5-etc.drv
/nix/store/c4xrkgip6vj5q6ilkb13ycq37cpnbxjk-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv
building '/nix/store/39lbp98yfhsyn094prsydj5b3gqnyvy7-activation-script.drv'...
building '/nix/store/iqbxyihkfw1wj0l50kch9k0zhn1r5dgc-home-manager-files.drv'...
building '/nix/store/w518g6fn2pzykmaplf0w6hfb8wr8r96b-home-manager-generation.drv'...
building '/nix/store/j0k6iq4kqx2r3gzpb4cm33gfzj8i768p-unit-home-manager-deadvey.service.drv'...
building '/nix/store/aysvip1857zxxg0rk46154r6v3x0z57z-system-units.drv'...
building '/nix/store/f8i7i87jdkj6hjdzlgdbfb2dswwnymj5-etc.drv'...
building '/nix/store/c4xrkgip6vj5q6ilkb13ycq37cpnbxjk-nixos-system-nixos-24.05.3999.c42fcfbdfeae.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 '=', expecting ';'
at /etc/nixos/configuration.nix:223:16:
222|
223| programs.bash = {
| ^
224| enable = false;