This commit is contained in:
parent
a20313d46a
commit
dd30c16492
@ -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 = [];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@ -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 |
Loading…
x
Reference in New Issue
Block a user