Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
Showing only changes of commit e0462c4cfb - Show all commits

View file

@ -1,8 +1,12 @@
{ nixos-wsl, ... }:
{ nixos-wsl, pkgs, ... }:
{
imports = [
nixos-wsl.nixosModules.default
];
wsl.enable = true;
environment.systemPackages = with pkgs; [
home-manager
];
}