dotfiles/configs/wsl/home.nix

14 lines
221 B
Nix

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