diff options
| author | adikro <adikro@disroot.org> | 2026-04-13 14:54:55 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-13 14:54:55 +0200 |
| commit | c5e8dbead2c96d178e5cce2190581ca3e0381a8a (patch) | |
| tree | 11050105051cd5b288487082531c5f8999868682 | |
| parent | bf126b5e1ae5cbab3b62c00bbff614a23539e431 (diff) | |
thinkpad sync
| -rw-r--r-- | flake.lock | 28 | ||||
| -rw-r--r-- | hm/env/niri/binds.nix | 1 | ||||
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 9 | ||||
| -rw-r--r-- | os/srv/i2p.nix | 2 |
4 files changed, 25 insertions, 15 deletions
@@ -37,11 +37,11 @@ "beaker-src": { "flake": false, "locked": { - "lastModified": 1773884524, - "narHash": "sha256-1dnlofWaxI/YRID+WPz2jHZNDyloBubDt/bAQk9ePLU=", + "lastModified": 1775244490, + "narHash": "sha256-4TJv7X6D0l4rEbTRKf47gU43L8G5uJgxxtsqMkVixQY=", "ref": "refs/heads/master", - "rev": "abc598baf15d6f8a4de395a27ba34b1e769558e1", - "revCount": 21, + "rev": "3fab89ecf8f4c664477a82add660d28db87357b4", + "revCount": 27, "shallow": false, "type": "git", "url": "https://git.bwaaa.monster/beaker" @@ -383,11 +383,11 @@ ] }, "locked": { - "lastModified": 1776015217, - "narHash": "sha256-PUb9TTfqsA1g+aHJt5s8tIP7QdX8xHeOtDMPVRuylfM=", + "lastModified": 1776046499, + "narHash": "sha256-Wzc4nn07/0RL21ypPHRzNDQZcjhIC8LaYo7QJQjM5T4=", "owner": "nix-community", "repo": "home-manager", - "rev": "f6196e5b4d3f0168d09feab9ba678fa18ca58cbb", + "rev": "287f84846c1eb3b72c986f5f6bebcff0bd67440d", "type": "github" }, "original": { @@ -919,11 +919,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1775988703, - "narHash": "sha256-gqIk6zAIJ0otdoWWjHeE51ed8ZlCkv4Yz5YD0+JfCl0=", + "lastModified": 1776028177, + "narHash": "sha256-RHohvwPl6AdO64pq+Pn60ypqFf0VWNYaXUDurqFQ1Xk=", "owner": "nix-community", "repo": "nixvim", - "rev": "05a8ad9f006936bf451043afb80821c204264a48", + "rev": "3682e0dde624e8e37b93ad053e567703ac33fd36", "type": "github" }, "original": { @@ -965,11 +965,11 @@ ] }, "locked": { - "lastModified": 1774755469, - "narHash": "sha256-sO6h2JLu7eaxILkHQgdAo7oDc8soqJbIShzlzH79tUw=", + "lastModified": 1775885017, + "narHash": "sha256-KYgoIClRFYJE7//xDoR8H9K3WEng5V6PZSFwsJVIGy4=", "ref": "refs/heads/master", - "rev": "6b8a278b4f2973391b256eedf6add3d6a3516bc0", - "revCount": 79, + "rev": "4368e163682e6ccb0b5b992cd31bd8feada8fd88", + "revCount": 117, "type": "git", "url": "https://git.bwaaa.monster/omnisearch" }, diff --git a/hm/env/niri/binds.nix b/hm/env/niri/binds.nix index 6bc5c5e..5d657b7 100644 --- a/hm/env/niri/binds.nix +++ b/hm/env/niri/binds.nix @@ -55,6 +55,7 @@ in "Super+B".action = spawn "librewolf"; "Super+S".action = spawn "spotify"; "Super+E".action = spawn "pcmanfm"; + "Super+Shift+P".action = spawn "swaylock" "-f"; "Super+Space".action = spawn "${otter-menu}/bin/otter-menu"; # --- Navigation: Columns & Workspaces --- diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index c0ee5b2..b08d7ba 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -1,6 +1,7 @@ { inputs, username, + pkgs, ... }: { @@ -61,6 +62,10 @@ enable = true; enableBrowser = true; }; + tor = { + enable = true; + enableBrowser = true; + }; yggdrasil.enable = true; files = { enable = true; @@ -84,5 +89,9 @@ niri.enable = true; }; }; + environment.systemPackages = [ + pkgs.appimage-run + inputs.subtui.packages.x86_64-linux.subtui + ]; # boot.kernelParams = [ "iomem=relaxed" ]; } diff --git a/os/srv/i2p.nix b/os/srv/i2p.nix index 74f5583..fa7f102 100644 --- a/os/srv/i2p.nix +++ b/os/srv/i2p.nix @@ -18,7 +18,7 @@ in services.i2pd = { enable = true; enableIPv6 = true; - upnp.enable = true; + # upnp.enable = true; bandwidth = 1024; reseed.verify = true; ntcp2 = { |
