test
This commit is contained in:
parent
175cea30c4
commit
72935050d1
1 changed files with 8 additions and 8 deletions
|
@ -104,7 +104,10 @@
|
|||
nixpkgs.overlays = [
|
||||
nur.overlay
|
||||
];
|
||||
};
|
||||
} # home-manager
|
||||
]; # modules
|
||||
}; # lib.nixosSystem - ${hostname}
|
||||
}; # nixosConfiguration
|
||||
|
||||
# Import hyprland configs for home manager
|
||||
homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration {
|
||||
|
@ -112,8 +115,5 @@
|
|||
hyprland.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
]; # modules
|
||||
}; # lib.nixosSystem - ${hostname}
|
||||
}; # nixosConfiguration
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue