364 current 2024-08-18 03:55:13 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 03:59:45 +01:00
parent 986a3b2eae
commit a9263f0531
2 changed files with 96 additions and 22 deletions

View File

@ -259,6 +259,15 @@ in
defaultEditor = true; defaultEditor = true;
}; };
programs.fastfetch = {
enable = true;
settings = {
logo = {
source = "nixos_small";
}
};
};
programs.wofi = { programs.wofi = {
enable = true; enable = true;
settings = { settings = {

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 '}', expecting ';'
at /etc/nixos/configuration.nix:268:7:
267| }
268| };
| ^
269| };
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:268:7:
267| }
268| };
| ^
269| };
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/nzm7l2avnwiv42bg7c187cixi7iw2nwh-hm_hyprhyprlock.conf.drv
/nix/store/pnr0icmmgsvivf34khgppr2lnvv3ijkf-home-manager-files.drv at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
/nix/store/jp14v8k48nwzklp8pqmd9jdavwj1mdbq-home-manager-generation.drv
/nix/store/b74q66z1c5jy86pxxn1af945dml2lv7q-unit-home-manager-deadvey.service.drv 321| options = checked options;
/nix/store/bggh5aii1h34f2qa240wsyk9bwcmyw90-system-units.drv 322| config = checked (removeAttrs config [ "_module" ]);
/nix/store/3z41iqdihc3sxr5bdzzl8qhwllpyrv3f-etc.drv | ^
/nix/store/4rzzm7vkz2hf3kaay95ag2wq026wzrba-nixos-system-nixos-24.05.3642.883180e6550c.drv 323| _module = checked (config._module);
building '/nix/store/nzm7l2avnwiv42bg7c187cixi7iw2nwh-hm_hyprhyprlock.conf.drv'...
building '/nix/store/pnr0icmmgsvivf34khgppr2lnvv3ijkf-home-manager-files.drv'... … while calling the 'seq' builtin
building '/nix/store/jp14v8k48nwzklp8pqmd9jdavwj1mdbq-home-manager-generation.drv'...
building '/nix/store/b74q66z1c5jy86pxxn1af945dml2lv7q-unit-home-manager-deadvey.service.drv'... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
building '/nix/store/bggh5aii1h34f2qa240wsyk9bwcmyw90-system-units.drv'...
building '/nix/store/3z41iqdihc3sxr5bdzzl8qhwllpyrv3f-etc.drv'... 321| options = checked options;
building '/nix/store/4rzzm7vkz2hf3kaay95ag2wq026wzrba-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 '}', expecting ';'
at /etc/nixos/configuration.nix:268:7:
267| }
268| };
| ^
269| };