diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-14 21:43:22 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-14 21:43:22 -0600 |
| commit | 526fcffee82d889c307ac60fa8b8d2d7f5c67e29 (patch) | |
| tree | 06f51c85b264e3847f6be3cc739f1fefb3ad2aeb | |
| parent | 99c74427f2749407fe52d9927e9be8bbfb3c015c (diff) | |
onlykey install via nixos rather than nixpkgs
| -rw-r--r-- | home-manager/home.nix | 1 | ||||
| -rw-r--r-- | machines/zenbook/configuration.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 55812fa..0edd4a4 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -99,7 +99,6 @@ broot procs gnupg - onlykey onlykey-cli onlykey-agent # spotify-tui diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index b04c957..25ea805 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -18,6 +18,7 @@ kernelPackages = pkgs.linuxPackages_latest; # use latest kernel binfmt.emulatedSystems = ["aarch64-linux"]; }; + hardware.onlykey.enable = true; nix.settings = { substituters = ["https://hyprland.cachix.org"]; |
