moved kanata config into its own directory with kanata.nix
This commit is contained in:
parent
ae6fda00a0
commit
eb01c9561f
5 changed files with 167 additions and 9 deletions
|
|
@ -4,7 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../modules/kanata.nix
|
||||
../../modules/kanata/kanata.nix
|
||||
../../modules/laptop.nix
|
||||
../../modules/efi.nix
|
||||
../../modules/hypr.nix
|
||||
|
|
|
|||
|
|
@ -52,9 +52,6 @@
|
|||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
# Zsh
|
||||
programs.zsh.enable = true;
|
||||
# Browser
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
co = "checkout";
|
||||
s = "status";
|
||||
pu = "push origin master";
|
||||
po = "push origin main"
|
||||
po = "push origin main";
|
||||
rmc = "rm -r --cached";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue