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";
+1 -2
View File
@@ -11,6 +11,7 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
pkgs.cmake
pkgs.contour
@@ -33,8 +34,6 @@
pkgs.swww
pkgs.thunderbird
pkgs.tree
(pkgs.nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage