update
Some checks failed
Verify Nix Flake / verify_build (push) Failing after 49s

This commit is contained in:
k
2025-05-12 16:47:09 -04:00
parent a20313d46a
commit dd30c16492
3 changed files with 17 additions and 15 deletions

View File

@@ -24,7 +24,7 @@
};
nix = {
gc.automatic = true;
gc.automatic = false;
settings = {
experimental-features = ["nix-command" "flakes"];
substituters = ["http://nix.dhilton.xyz/" "https://cache.nixos.org/"];
@@ -54,7 +54,7 @@
};
services = {
hardware.bolt = {enable = true;};
hardware.bolt = {enable = false;};
pipewire = {
enable = true;
alsa.enable = true;
@@ -63,7 +63,7 @@
jack.enable = true;
};
ollama = {
enable = true;
enable = false;
package = pkgs.ollama-intel;
};
# auto-cpufreq = {
@@ -78,13 +78,19 @@
# turbo = "auto";
# };
# };
#};
# };
logind = {
lidSwitch = "suspend-then-hibernate";
lidSwitchExternalPower = "suspend";
};
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true; # If you have a firewall enabled
};
blueman.enable = true;
fwupd.enable = true;
fwupd.enable = false;
printing.enable = true;
fprintd.enable = true;
thermald.enable = true;
@@ -93,9 +99,9 @@
stylix = {
enable = true;
autoEnable = true;
polarity = "dark";
polarity = "light";
image = ./wallpaper.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/precious-light-warm.yaml";
opacity = {
terminal = 0.85;
popups = 0.75;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 10 MiB