From d6d5643040f7de1c866fe3d53f379736c4bed94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 2 Sep 2024 19:13:59 -0300 Subject: [PATCH 1/4] Revert "monolith: switch to latest kernel" This reverts commit 42de0ba72287360ef0e1e715d15c51f0450b2f8a. --- hosts/monolith/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/monolith/default.nix b/hosts/monolith/default.nix index 702bbd9..e496755 100644 --- a/hosts/monolith/default.nix +++ b/hosts/monolith/default.nix @@ -36,8 +36,6 @@ in hardware.opentabletdriver.enable = true; - boot.kernelPackages = pkgs.linuxPackages_latest; - boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ]; boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ From d710bed16af7bc390a5d010a48dbd210dc8f26aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 5 Sep 2024 22:13:38 -0300 Subject: [PATCH 2/4] firefox: improve theme --- user/firefox.nix | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/user/firefox.nix b/user/firefox.nix index 9650b73..e2c0f4f 100644 --- a/user/firefox.nix +++ b/user/firefox.nix @@ -64,28 +64,19 @@ in .toolbar-items { display: none; } - #private-browsing-indicator-with-label { - display: none; - } - - /* Create a horizontal container */ - #navigator-toolbox { - display: grid; - grid-template-columns: 1fr 50px; - } /* Make the url bar occupy the entire size of the container */ #nav-bar { - grid-column: 1 / 3; - grid-row: 1; z-index: 1; padding-right: 29px !important; } /* shrink the tab bar to a small size, since it's only the window close button basically */ #titlebar { + position: absolute; + right: 0; + top: 10px; max-width: 50px; - grid-area: 1 / 2; z-index: 10; } @@ -94,6 +85,19 @@ in border-top-left-radius: 10px; border-top-right-radius: 10px; } + + /* Make the private browser indicator look nice, over the close-window button */ + #private-browsing-indicator-with-label { + position: absolute; + top: 4px; + left: 15px; + z-index: 20; + pointer-events: none; + } + + #private-browsing-indicator-with-label > label { + display: none; + } ''; }; }; From 8e839d917453874551ee92bc93e660ba2c170ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 5 Sep 2024 22:14:15 -0300 Subject: [PATCH 3/4] monolith: undervolt to -120 --- hosts/monolith/undervolt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monolith/undervolt.nix b/hosts/monolith/undervolt.nix index 1bd6c28..9f60aee 100644 --- a/hosts/monolith/undervolt.nix +++ b/hosts/monolith/undervolt.nix @@ -6,7 +6,7 @@ let echo "manual" > power_dpm_force_performance_level echo "1" > pp_power_profile_mode test -e pp_od_clk_voltage - echo "vo -100" > pp_od_clk_voltage + echo "vo -120" > pp_od_clk_voltage echo "c" > pp_od_clk_voltage ''; in From 16d3af4edb65608cf0dfaf2895673145ee682cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 5 Sep 2024 22:14:22 -0300 Subject: [PATCH 4/4] update --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 8670027..672f1bc 100644 --- a/flake.lock +++ b/flake.lock @@ -456,11 +456,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1724727824, - "narHash": "sha256-0XH9MJk54imJm+RHOLTUJ7e+ponLW00tw5ke4MTVa1Y=", + "lastModified": 1725407940, + "narHash": "sha256-tiN5Rlg/jiY0tyky+soJZoRzLKbPyIdlQ77xVgREDNM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "36bae45077667aff5720e5b3f1a5458f51cf0776", + "rev": "6f6c45b5134a8ee2e465164811e451dcb5ad86e3", "type": "github" }, "original": {