diff --git a/flake.lock b/flake.lock index b2f8b8e..2c793bc 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1734344598, - "narHash": "sha256-wNX3hsScqDdqKWOO87wETUEi7a/QlPVgpC/Lh5rFOuA=", + "lastModified": 1734622215, + "narHash": "sha256-OOfI0XhSJGHblfdNDhfnn8QnZxng63rWk9eeJ2tCbiI=", "owner": "nix-community", "repo": "home-manager", - "rev": "83ecd50915a09dca928971139d3a102377a8d242", + "rev": "1395379a7a36e40f2a76e7b9936cc52950baa1be", "type": "github" }, "original": { @@ -50,11 +50,11 @@ ] }, "locked": { - "lastModified": 1733965552, - "narHash": "sha256-GZ4YtqkfyTjJFVCub5yAFWsHknG1nS/zfk7MuHht4Fs=", + "lastModified": 1734546875, + "narHash": "sha256-6OvJbqQ6qPpNw3CA+W8Myo5aaLhIJY/nNFDk3zMXLfM=", "owner": "Mic92", "repo": "sops-nix", - "rev": "2d73fc6ac4eba4b9a83d3cb8275096fbb7ab4004", + "rev": "ed091321f4dd88afc28b5b4456e0a15bd8374b4d", "type": "github" }, "original": { diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index cc05bb8..68ebf02 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -1,6 +1,5 @@ { pkgs, - inputs, ... }: { @@ -107,6 +106,8 @@ python312Packages.python-lsp-server gopls anki-bin + trezorctl + trezor-agent ]; programs.waybar.enable = true; diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 2314f49..73d83d3 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -324,4 +324,6 @@ } ]; }; + + services.trezord.enable = true; }