mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
fix: correct path to home manager module for users/youwen
This commit is contained in:
parent
7bcbbe7ecb
commit
84850504fd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../../users/youwen
|
||||
../../users/youwen/hm.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
|
Loading…
Reference in a new issue