Add home manager to wsl system
This commit is contained in:
parent
72ae0bccc3
commit
e0462c4cfb
1 changed files with 5 additions and 1 deletions
|
|
@ -1,8 +1,12 @@
|
||||||
{ nixos-wsl, ... }:
|
{ nixos-wsl, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
nixos-wsl.nixosModules.default
|
nixos-wsl.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
wsl.enable = true;
|
wsl.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
home-manager
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue