test
This commit is contained in:
parent
968d71bf9c
commit
595e88e595
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
inputs.home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
users.users."$username".home-manager = import ../home-manager;
|
||||
home-manager.users."$username" = import ../home-manager;
|
||||
imports = [
|
||||
inputs.doom-emacs.hmModule
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue