From 4e4fe50b6f7b110ce608af1a198614b33578720d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 14 Jun 2025 12:49:55 +0200 Subject: [PATCH 1/6] feat: update displays so they are finally correct for the laptop --- modules/home/hyprland/displays.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/displays.conf b/modules/home/hyprland/displays.conf index dc95b92..bc693c8 100644 --- a/modules/home/hyprland/displays.conf +++ b/modules/home/hyprland/displays.conf @@ -1,4 +1,4 @@ # monitor=HDMI-A-1,1920x1080@165,0x0,1,transform,0 monitor=DP-1, 3440x1440@144,0x0,1,transform,0 -monitor=DP-2, 3440x1440@144,0x0,1,transform,0 -monitor=CMT GM34-CWQ CMI231700118,3440x1440@144,0x0,1,transform,0 +monitor=DP-2, 3440x1440@144,1504x0,1,transform,0 +monitor=CMT GM34-CWQ CMI231700118,3440x1440@144,1504x0,1,transform,0 From 394909630fbf64b5833ad88cdef505c02e1a6878 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 14 Jun 2025 12:50:00 +0200 Subject: [PATCH 2/6] chore: update zsh --- modules/home/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 82e98d8..a50b200 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -174,6 +174,8 @@ vim = "nvim"; doas = "sudo"; sxiv = "nsxiv"; + enby = "man"; + woman = "man"; # NixOS ns = "nix-shell --run zsh"; From 9d922dc71769047d228000dd7847b821a7bc89bd Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 14 Jun 2025 12:50:10 +0200 Subject: [PATCH 3/6] flake: update (nixvim) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index c030866..4ac149b 100644 --- a/flake.lock +++ b/flake.lock @@ -1076,11 +1076,11 @@ "nixvim": "nixvim_2" }, "locked": { - "lastModified": 1748338979, - "narHash": "sha256-cu/DVvQZRKVmI9rqEygXPW0xjR0BEqSgzH2Ay9ZYHVw=", + "lastModified": 1749898168, + "narHash": "sha256-aOUvfBcLdrNzI1BL+jhPh0y0cFkgjne2tstDb8k1vI0=", "owner": "ahwxorg", "repo": "nixvim-config", - "rev": "fc0d965d9bbd98047f777cb31e5b0708cd958956", + "rev": "546d385ec71b0ed34abc3f32100e3d0792c349c8", "type": "github" }, "original": { From 2e202346d0b1c41b3e47189412b940d40dac30b7 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 14 Jun 2025 14:36:54 +0200 Subject: [PATCH 4/6] feat: adds a few packages --- modules/home/packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/packages.nix b/modules/home/packages.nix index 0a80335..bbf04d7 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -73,12 +73,15 @@ thunderbird lxqt.pavucontrol-qt mpv + plasma5Packages.kdeconnect-kde # Gaming lunar-client inputs.alejandra.defaultPackage.${system} inputs.nixvim.packages.${pkgs.system}.default + mermaid-cli + gnuplot # Email/calendar/etc neomutt From 8956a092d1691af24f3fc53627f84305698442df Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 15 Jun 2025 14:08:18 +0200 Subject: [PATCH 5/6] fix: actually add cups to printing thingy :) --- modules/core/printing.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/printing.nix b/modules/core/printing.nix index 0bf8a60..186ec4a 100644 --- a/modules/core/printing.nix +++ b/modules/core/printing.nix @@ -5,6 +5,7 @@ nssmdns4 = true; openFirewall = true; }; + services.printing.enable = true; # environment.systemPackages = with pkgs; [ # ]; } From fb3cb3d8110182a7022de31c300cc273e36c9a8a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 15 Jun 2025 14:08:48 +0200 Subject: [PATCH 6/6] fix: disable light sensors and accelerometers since they comsume battery but are not used --- hosts/sakura/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index 50945a5..50363bb 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -41,6 +41,9 @@ laptop13.audioEnhancement.enable = true; }; + # Disable light sensors and accelerometers as they are not used and consume extra battery + hardware.sensor.iio.enable = lib.mkForce false; + networking.hostName = "sakura"; powerManagement = {