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

@ -6,8 +6,8 @@
}: {
imports = [./waybar.nix ./tile.nix];
home.packages = with pkgs; [
iio-hyprland
jq #iio-hyprland needs this
#iio-hyprland
#jq #iio-hyprland needs this
];
programs = {
@ -50,8 +50,8 @@
settings = {
exec-once = [
"${pkgs.iio-hyprland}/bin/iio-hyprland"
"${pkgs.batsignal}/bin/batsignal -n BAT0 -b"
#"${pkgs.iio-hyprland}/bin/iio-hyprland"
#"${pkgs.batsignal}/bin/batsignal -n BAT0 -b"
];
monitor = "eDP-1,preferred,auto,1";
general = {
@ -160,10 +160,6 @@
"$mainMod, mouse:272, movewindow"
"$mainMod, mouse:273, resizewindow"
];
windowrule = ["float,mpv" "center,mpv" "pin,wofi" "idleinhibit focus,mpv"];
windowrulev2 = [];
};
};

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 = {
@ -83,8 +83,14 @@
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