mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Fix home.nix import typo
This commit is contained in:
parent
6c34c8f62e
commit
ee04a10d90
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@
|
|||
extraGroups = [ "wheel" "networkmanager" "audio" ];
|
||||
};
|
||||
|
||||
config.home-manager.users.crow = lib.mkIf config.users.crow.home.enable ./crow/home.nix;
|
||||
config.home-manager.users.crow = lib.mkIf config.users.crow.home.enable ./home.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue