diff options
author | polwex <polwex@sortug.com> | 2025-01-16 06:46:39 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-01-16 06:46:39 +0700 |
commit | d6f25499c7dc26c158333827e11b824a745e5e93 (patch) | |
tree | 88ee3415538db5164f18e6c8eb09e102e34b0db6 | |
parent | bb7b42387f2ce27ffce5847340e09fe065487be1 (diff) |
resolved
-rw-r--r-- | hosts/local/gnome.nix | 2 | ||||
-rw-r--r-- | hosts/local/i3.nix | 4 | ||||
-rw-r--r-- | hosts/local/master/configuration.nix | 4 | ||||
-rw-r--r-- | hosts/local/nvidia.nix | 2 | ||||
-rw-r--r-- | hosts/pkgs.nix | 1 |
5 files changed, 7 insertions, 6 deletions
diff --git a/hosts/local/gnome.nix b/hosts/local/gnome.nix index 1220720..782004c 100644 --- a/hosts/local/gnome.nix +++ b/hosts/local/gnome.nix @@ -117,7 +117,7 @@ # font-awesome # inconsolata # monospaced noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji noto-fonts-extra # powerline-fonts diff --git a/hosts/local/i3.nix b/hosts/local/i3.nix index 91ce354..50b9afa 100644 --- a/hosts/local/i3.nix +++ b/hosts/local/i3.nix @@ -30,7 +30,7 @@ environment.systemPackages = with pkgs; [ # gnome stuff gnome.adwaita-icon-theme - gnome.nautilus + nautilus polybar rofi xorg.xev @@ -108,7 +108,7 @@ font-awesome inconsolata # monospaced noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji noto-fonts-extra powerline-fonts diff --git a/hosts/local/master/configuration.nix b/hosts/local/master/configuration.nix index 712d15c..4888f30 100644 --- a/hosts/local/master/configuration.nix +++ b/hosts/local/master/configuration.nix @@ -8,7 +8,7 @@ ../../linux.nix # ../../unfree.nix #../../android.nix - # ../i3.nix + # ../i3.nix # ../gnome.nix # ../wayland.nix ../nvidia.nix @@ -18,7 +18,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.kernelPackages = pkgs.linuxPackages_latest; + # boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelParams = ["intel_pstate=active"]; # boot.supportedFilesystems = ["ntfs"]; services.fprintd.enable = true; diff --git a/hosts/local/nvidia.nix b/hosts/local/nvidia.nix index 3a86b95..4b2e67a 100644 --- a/hosts/local/nvidia.nix +++ b/hosts/local/nvidia.nix @@ -8,7 +8,7 @@ # }; nix.settings.substituters = [ - "https://cuda-maintainers.chachix.org" + "https://cuda-maintainers.cachix.org" ]; nix.settings.trusted-public-keys = [ "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" diff --git a/hosts/pkgs.nix b/hosts/pkgs.nix index db565ea..0f1703f 100644 --- a/hosts/pkgs.nix +++ b/hosts/pkgs.nix @@ -43,6 +43,7 @@ #hardware problems lm_sensors linuxKernel.packages.linux_hardened.cpupower + # linuxKernel.packages.linux_latest_libre.cpupower # images imagemagick sxiv |