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"; extraConfig = "bind_to_address '127.0.0.1'\n#test";
}; };
programs.bash = { programs.fish = {
enable = true; enable = true;
}
programs.bash = {
enable = false;
shellAliases= { shellAliases= {
emacs="emacs -nw"; emacs="emacs -nw";
nixrc="exec $HOME/media/Code/git/nixos/edit-config.sh"; nixrc="exec $HOME/media/Code/git/nixos/edit-config.sh";
@ -667,9 +671,9 @@ valign = bottom
width = 1000; width = 1000;
margin-top = 0; margin-top = 0;
margin-bottom = 0; margin-bottom = 0;
modules-left = ["pulseaudio"]; modules-left = ["cpu"];
modules-center = ["clock"]; modules-center = ["clock"];
modules-right = ["cpu" "memory"]; modules-right = ["memory"];
"clock" = { "clock" = {
format = "{:%d/%m/%Y %I:%M:%S} "; format = "{:%d/%m/%Y %I:%M:%S} ";
@ -921,6 +925,8 @@ valign = bottom
mpv mpv
killall killall
zip zip
fish
oh-my-fish
ncmpcpp ncmpcpp
mpd mpd
pulseaudio 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... 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... building the system configuration...
these 7 derivations will be built: error:
/nix/store/39lbp98yfhsyn094prsydj5b3gqnyvy7-activation-script.drv … while evaluating the attribute 'config.system.build.toplevel'
/nix/store/iqbxyihkfw1wj0l50kch9k0zhn1r5dgc-home-manager-files.drv
/nix/store/w518g6fn2pzykmaplf0w6hfb8wr8r96b-home-manager-generation.drv at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
/nix/store/j0k6iq4kqx2r3gzpb4cm33gfzj8i768p-unit-home-manager-deadvey.service.drv
/nix/store/aysvip1857zxxg0rk46154r6v3x0z57z-system-units.drv 321| options = checked options;
/nix/store/f8i7i87jdkj6hjdzlgdbfb2dswwnymj5-etc.drv 322| config = checked (removeAttrs config [ "_module" ]);
/nix/store/c4xrkgip6vj5q6ilkb13ycq37cpnbxjk-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv | ^
building '/nix/store/39lbp98yfhsyn094prsydj5b3gqnyvy7-activation-script.drv'... 323| _module = checked (config._module);
building '/nix/store/iqbxyihkfw1wj0l50kch9k0zhn1r5dgc-home-manager-files.drv'...
building '/nix/store/w518g6fn2pzykmaplf0w6hfb8wr8r96b-home-manager-generation.drv'... … while calling the 'seq' builtin
building '/nix/store/j0k6iq4kqx2r3gzpb4cm33gfzj8i768p-unit-home-manager-deadvey.service.drv'...
building '/nix/store/aysvip1857zxxg0rk46154r6v3x0z57z-system-units.drv'... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
building '/nix/store/f8i7i87jdkj6hjdzlgdbfb2dswwnymj5-etc.drv'...
building '/nix/store/c4xrkgip6vj5q6ilkb13ycq37cpnbxjk-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv'... 321| options = checked options;
activating the configuration... 322| config = checked (removeAttrs config [ "_module" ]);
setting up /etc... | ^
reloading user units for lightdm... 323| _module = checked (config._module);
reloading user units for deadvey...
restarting sysinit-reactivation.target (stack trace truncated; use '--show-trace' to show the full trace)
restarting the following units: home-manager-deadvey.service
error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:223:16:
222|
223| programs.bash = {
| ^
224| enable = false;