summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-manager/home.nix1
-rw-r--r--machines/zenbook/configuration.nix1
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"];