Homogonize hm import
This commit is contained in:
parent
15c20c7919
commit
5c3ae871f2
2 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
||||||
{ stable, unstable, nur, blender, ... }:
|
{ hm, stable, unstable, nur, blender, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [ hm.nixosModules.home-manager ];
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
backupFileExtension = "bak";
|
backupFileExtension = "bak";
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
{ hm, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./main ];
|
||||||
./main
|
|
||||||
hm.nixosModules.home-manager
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue