Improve error handling for the module system

This commit is contained in:
SebastianStork 2024-03-26 20:28:57 +01:00
parent 25e2ebad91
commit 387b38d8a0

View file

@ -10,5 +10,5 @@
extraGroups = ["wheel" "networkmanager" "libvirtd"];
};
home-manager.users.seb = import ./home.nix;
home-manager.users.seb = ./home.nix;
}