mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Improve error handling for the module system
This commit is contained in:
parent
25e2ebad91
commit
387b38d8a0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@
|
|||
extraGroups = ["wheel" "networkmanager" "libvirtd"];
|
||||
};
|
||||
|
||||
home-manager.users.seb = import ./home.nix;
|
||||
home-manager.users.seb = ./home.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue