moved kanata config into its own directory with kanata.nix

This commit is contained in:
lulusilly 2025-12-24 23:50:40 -04:00
parent ae6fda00a0
commit eb01c9561f
5 changed files with 167 additions and 9 deletions

View file

@ -4,7 +4,7 @@
imports =
[
./hardware-configuration.nix
../../modules/kanata.nix
../../modules/kanata/kanata.nix
../../modules/laptop.nix
../../modules/efi.nix
../../modules/hypr.nix

View file

@ -52,9 +52,6 @@
layout = "us";
variant = "";
};
environment.systemPackages = with pkgs; [
git
];
# Zsh
programs.zsh.enable = true;
# Browser

View file

@ -68,7 +68,7 @@
co = "checkout";
s = "status";
pu = "push origin master";
po = "push origin main"
po = "push origin main";
rmc = "rm -r --cached";
};
};