diff --git a/hosts/home/hyprland.nix b/hosts/home/hyprland.nix index 4930691..046c37c 100644 --- a/hosts/home/hyprland.nix +++ b/hosts/home/hyprland.nix @@ -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 = []; }; }; diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index a96f7a5..00f7006 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -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; diff --git a/hosts/laptop/wallpaper.png b/hosts/laptop/wallpaper.png index e3290b6..f741e1a 100644 Binary files a/hosts/laptop/wallpaper.png and b/hosts/laptop/wallpaper.png differ