add hw graphics

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-04 11:48:10 +02:00
parent 4de15ebaf9
commit d1a08295ed
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -22,6 +22,7 @@
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
}; };
hardware.graphics.enable = true;
i18n.supportedLocales = [ "all" ]; i18n.supportedLocales = [ "all" ];
time.timeZone = "Europe/Prague"; time.timeZone = "Europe/Prague";
fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) noto-fonts noto-fonts-emoji noto-fonts-lgc-plus ]; fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) noto-fonts noto-fonts-emoji noto-fonts-lgc-plus ];