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 /machines/zenbook | |
| parent | 99c74427f2749407fe52d9927e9be8bbfb3c015c (diff) | |
onlykey install via nixos rather than nixpkgs
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"]; |
