added kitty shell, module organization changes.
This commit is contained in:
parent
7ff04254fb
commit
a26d6a1e02
11 changed files with 72 additions and 39 deletions
|
@ -17,6 +17,10 @@
|
|||
|
||||
clipboard.providers.xsel.enable = true;
|
||||
};
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
imports = [
|
||||
./keybinds.nix
|
||||
./options.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue