From 5c9372a025de3eb8d976c1c13620bacffe7e6891 Mon Sep 17 00:00:00 2001 From: CDaut Date: Wed, 8 Oct 2025 23:32:51 +0200 Subject: [PATCH 1/4] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/9e0453a9b0c8ef22de0355b731d712707daa6308?narHash=sha256-1BjCUU2csqhR5umGYFnOOTU8r8Bi%2BbnB2SLsr0FLcws%3D' (2025-09-30) → 'github:nix-community/home-manager/1a09eb84fa9e33748432a5253102d01251f72d6d?narHash=sha256-uqbhyXtqMbYIiMqVqUhNdSuh9AEEkiasoK3mIPIVRhk%3D' (2025-10-07) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/e9f00bd893984bc8ce46c895c3bf7cac95331127?narHash=sha256-0m27AKv6ka%2Bq270dw48KflE0LwQYrO7Fm4/2//KCVWg%3D' (2025-09-28) → 'github:nixos/nixpkgs/c9b6fb798541223bbb396d287d16f43520250518?narHash=sha256-vgPm2xjOmKdZ0xKA6yLXPJpjOtQPHfaZDRtH%2B47XEBo%3D' (2025-10-07) --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index fc9493b..edaab72 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1759236626, - "narHash": "sha256-1BjCUU2csqhR5umGYFnOOTU8r8Bi+bnB2SLsr0FLcws=", + "lastModified": 1759853171, + "narHash": "sha256-uqbhyXtqMbYIiMqVqUhNdSuh9AEEkiasoK3mIPIVRhk=", "owner": "nix-community", "repo": "home-manager", - "rev": "9e0453a9b0c8ef22de0355b731d712707daa6308", + "rev": "1a09eb84fa9e33748432a5253102d01251f72d6d", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1759036355, - "narHash": "sha256-0m27AKv6ka+q270dw48KflE0LwQYrO7Fm4/2//KCVWg=", + "lastModified": 1759831965, + "narHash": "sha256-vgPm2xjOmKdZ0xKA6yLXPJpjOtQPHfaZDRtH+47XEBo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e9f00bd893984bc8ce46c895c3bf7cac95331127", + "rev": "c9b6fb798541223bbb396d287d16f43520250518", "type": "github" }, "original": { From 84e0bf5d431d39854bbca7182e91d29570c1e767 Mon Sep 17 00:00:00 2001 From: CDaut Date: Thu, 9 Oct 2025 08:35:58 +0200 Subject: [PATCH 2/4] tor browser --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 10c3bfc..3cbaec8 100644 --- a/home.nix +++ b/home.nix @@ -108,6 +108,7 @@ in android-studio jetbrains.pycharm-professional monero-gui + tor-browser-bundle-bin ] ++ (if x11mode then [ arandr flameshot From 0e8c8476d4996666405e890cb08aea7e43f7c962 Mon Sep 17 00:00:00 2001 From: CDaut Date: Thu, 9 Oct 2025 08:37:27 +0200 Subject: [PATCH 3/4] remove amdvlk and fix Arch boot entry --- configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index b4d51d3..81b73b2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,7 +20,7 @@ sort-key arch linux /vmlinuz-linux initrd /initramfs-linux.img - options cryptdevice=PARTUUID=6fa1b92d-1667-420a-a0e6-8f3116759115:root root=/dev/mapper/root zswap.enabled=0 rw rootfstype=btrfs amdgpu module_blacklist=nvidia + options cryptdevice=PARTUUID=6fa1b92d-1667-420a-a0e6-8f3116759115:root root=/dev/mapper/root zswap.enabled=0 rw rootfstype=btrfs amdgpu ''; }; }; @@ -315,9 +315,6 @@ # Docker virtualisation.docker.enable = true; - hardware.graphics.extraPackages = with pkgs; [ - amdvlk - ]; # firefox screen sharing xdg = { From de1ba90b24ba13467a3b0eacbae4cb3d1a88dd30 Mon Sep 17 00:00:00 2001 From: CDaut Date: Fri, 10 Oct 2025 13:22:36 +0200 Subject: [PATCH 4/4] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/1a09eb84fa9e33748432a5253102d01251f72d6d?narHash=sha256-uqbhyXtqMbYIiMqVqUhNdSuh9AEEkiasoK3mIPIVRhk%3D' (2025-10-07) → 'github:nix-community/home-manager/c7f4214faca2f196c551b767c12a70bfa0614510?narHash=sha256-CeuMo7fjWm3XaoK%2Bb1PGyaVIlE1GHudoxk9jrJFvfbY%3D' (2025-10-10) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index edaab72..589713a 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1759853171, - "narHash": "sha256-uqbhyXtqMbYIiMqVqUhNdSuh9AEEkiasoK3mIPIVRhk=", + "lastModified": 1760061988, + "narHash": "sha256-CeuMo7fjWm3XaoK+b1PGyaVIlE1GHudoxk9jrJFvfbY=", "owner": "nix-community", "repo": "home-manager", - "rev": "1a09eb84fa9e33748432a5253102d01251f72d6d", + "rev": "c7f4214faca2f196c551b767c12a70bfa0614510", "type": "github" }, "original": {