added helix config to home manager
This commit is contained in:
parent
fe291a56ab
commit
17b548d7d5
2 changed files with 8 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
homeDirectory = "/home/speccon18";
|
||||
stateVersion = "22.11";
|
||||
packages = with pkgs; [
|
||||
w3m
|
||||
nushell
|
||||
bitwarden
|
||||
firefox
|
||||
|
|
@ -176,6 +177,13 @@
|
|||
"window.zoomLevel" = 1;
|
||||
};
|
||||
};
|
||||
helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
editor.line-number = "relative";
|
||||
editor.shell = ["zsh" "-c"];
|
||||
};
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "specCon18";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue