mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-25 00:39:44 -04:00
changed up
This commit is contained in:
parent
1d170da221
commit
6a06793716
3 changed files with 11 additions and 17 deletions
|
|
@ -1,9 +1,7 @@
|
|||
{ config, pkgs, home-manager, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [ ../../../user ];
|
||||
"${config.user.name}" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
};
|
||||
imports = [
|
||||
./home.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue