From 687d6496e70cc750d60c3bc9f7e1374a9014cfb0 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Tue, 30 Sep 2025 20:10:17 -0600 Subject: [PATCH 1/5] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'homepage': 'git+https://git.posixlycorrect.com/fabian/homepage.git?ref=refs/heads/master&rev=884ef5199351af45f2416a708b14bbfc80b0f9c5' (2025-10-01) → 'git+https://git.posixlycorrect.com/fabian/homepage.git?ref=refs/heads/master&rev=51c57acdbff6f3f0c490bc67e791f5376a3f2be9' (2025-10-01) --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index c0c0089..3963492 100644 --- a/flake.lock +++ b/flake.lock @@ -238,11 +238,11 @@ ] }, "locked": { - "lastModified": 1759283950, - "narHash": "sha256-BuMc2O2G/k4sv/ssajs3nCT0uH726i1SN4E8eQvqNRk=", + "lastModified": 1759284596, + "narHash": "sha256-N/poXYxAbHyWf2EBC6CSc6vKq0txtHMqTUMdPNOUB0g=", "ref": "refs/heads/master", - "rev": "884ef5199351af45f2416a708b14bbfc80b0f9c5", - "revCount": 71, + "rev": "51c57acdbff6f3f0c490bc67e791f5376a3f2be9", + "revCount": 72, "type": "git", "url": "https://git.posixlycorrect.com/fabian/homepage.git" }, From 443c1e8adfa3ab8bdc8dc938ba30c30f1fd72c53 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Fri, 3 Oct 2025 00:08:53 -0600 Subject: [PATCH 2/5] posixlycorrect: remove old extern disk --- sys/platforms/posixlycorrect/hardware-configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/platforms/posixlycorrect/hardware-configuration.nix b/sys/platforms/posixlycorrect/hardware-configuration.nix index 168c7c6..6e41ba9 100644 --- a/sys/platforms/posixlycorrect/hardware-configuration.nix +++ b/sys/platforms/posixlycorrect/hardware-configuration.nix @@ -32,12 +32,6 @@ in { fsType = "vfat"; options = ["umask=027"]; }; - - "/extern" = { - device = "/dev/disk/by-uuid/7d8d3ec9-b456-4e2a-9396-551dcaf7705b"; - fsType = "btrfs"; - options = ["noatime" "compress=zstd"]; - }; }; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; From ed773420a884d058dccdad1bb00787c2f6e2d50b Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sat, 4 Oct 2025 19:49:41 -0600 Subject: [PATCH 3/5] waybar: change icon of storage --- home/modules/gui/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/gui/waybar.nix b/home/modules/gui/waybar.nix index 0a6c1b3..9a33e2d 100644 --- a/home/modules/gui/waybar.nix +++ b/home/modules/gui/waybar.nix @@ -74,7 +74,7 @@ in { tooltip-format = "{used}/{total}"; }; disk = { - format = " {specific_used:0.0f}/{specific_total:0.0f}"; + format = " {specific_used:0.0f}/{specific_total:0.0f}"; unit = "GiB"; tooltip = false; }; From 9665bf524bbaf22f040f1f5a897f077818ac2bd1 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sat, 4 Oct 2025 19:51:28 -0600 Subject: [PATCH 4/5] posixlycorrect: remove second monitor --- home/platforms/fabian@posixlycorrect/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home/platforms/fabian@posixlycorrect/default.nix b/home/platforms/fabian@posixlycorrect/default.nix index d53c779..2c158a1 100644 --- a/home/platforms/fabian@posixlycorrect/default.nix +++ b/home/platforms/fabian@posixlycorrect/default.nix @@ -31,12 +31,6 @@ height = "1080"; rate = "59.94"; }; - DP-2 = { - width = "1920"; - height = "1080"; - rate = "143.855"; - posX = "1920"; - }; }; }; }; From 403400c12856fdf453c33d0f2075a9d97042543a Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sat, 4 Oct 2025 19:51:56 -0600 Subject: [PATCH 5/5] nix fmt --- home/modules/gui/waybar.nix | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/home/modules/gui/waybar.nix b/home/modules/gui/waybar.nix index 9a33e2d..81d046a 100644 --- a/home/modules/gui/waybar.nix +++ b/home/modules/gui/waybar.nix @@ -26,22 +26,23 @@ in { "clock" ]; - modules-right = [ - "keyboard-state" - "privacy" - "cpu" - "memory" - "disk" - "temperature" - "tray" - ] - ++ lists.optionals laptop [ - "battery" - ]; + modules-right = + [ + "keyboard-state" + "privacy" + "cpu" + "memory" + "disk" + "temperature" + "tray" + ] + ++ lists.optionals laptop [ + "battery" + ]; battery = mkIf laptop { format = "{capacity}% {icon}"; format-plugged = "{capacity}% 󱐥{icon}"; - format-icons = [ "󰂃" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ]; + format-icons = ["󰂃" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹"]; states = { warning = 20; critical = 10;