Compare commits

..

1 commit

Author SHA1 Message Date
a02ae2d501
refactor: don't include the whole modules
Some checks failed
/ check (push) Successful in 8s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 14s
/ build-vm (push) Failing after 1s
/ report-size (push) Has been skipped
Instead only import the nixos/hm/nixvim module.

This _should_ reduce rebuilds.
2025-03-21 17:07:23 +01:00

View file

@ -1,5 +1,5 @@
{ {
import = [ ./vm_config.nix ]; imports = [ ./vm_config.nix ];
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";