Skip to content

Commit

Permalink
feat: configure zsa keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed May 24, 2024
1 parent ee37588 commit 41f46e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
inputs,
username,
dotfiles,
Expand Down Expand Up @@ -32,6 +33,10 @@ in {
sops.defaultSopsFile = ./secrets.yaml;
sops.defaultSopsFormat = "yaml";

# Configure ZSA keyboards
hardware.keyboard.zsa.enable = true;
environment.systemPackages = with pkgs; [wally-cli];

modules = {
hardware = {
grub = {
Expand Down

0 comments on commit 41f46e3

Please sign in to comment.