This commit is contained in:
2024-03-16 00:49:54 +00:00
parent 09f67ffa4b
commit 0b271ae359
5 changed files with 22 additions and 8 deletions
+14
View File
@@ -78,6 +78,17 @@
# tree
# ];
# };
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
liberation_ttf
fira-code
fira-code-symbols
mplus-outline-fonts.githubRelease
dina-font
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
@@ -123,6 +134,9 @@
# System76 Devices
hardware.system76.enableAll = true;
services.auto-cpufreq.enable = true;
services.thermald.enable = true;
zramSwap = {
enable = true;
algorithm = "zstd";