Skip to content

Commit

Permalink
feat(keyboard): added tools to manage firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Aug 10, 2024
1 parent 7fb67cd commit 42543d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ with lib; rec {

# Global packages
environment = {
systemPackages = with pkgs; [ vim htop bash ];
systemPackages = with pkgs; [ vim htop bash keymapp wally-cli ];
variables =
let
homeDir = config.home-manager.users.wittano.home.homeDirectory;
Expand Down

0 comments on commit 42543d2

Please sign in to comment.