dotfiles/configs/wsl/home.nix
2024-03-24 14:25:13 +01:00

16 lines
259 B
Nix

{ ... }:
{
imports = [ ./../../home-manager/modules/machine.nix ];
machine = {
username = "thilo";
isGeneric = true;
isGnome = false;
noiseSuppression.enable = false;
isGraphical = false;
};
nixpkgs.config.allowUnfree = true;
}