dotfiles/configs/fedora/home.nix

18 lines
294 B
Nix

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