chore
This commit is contained in:
parent
a450a34f62
commit
84f162046c
5 changed files with 8 additions and 5 deletions
13
module/aspect/home-manager/home-manager-standalone.nix
Normal file
13
module/aspect/home-manager/home-manager-standalone.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
den.aspects = {
|
||||
home-manager-standalone = {
|
||||
nixos =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.latest.home-manager
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue