.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user