Add shell module and bootstrap fixes
This commit is contained in:
parent
280f83488b
commit
879754cb8d
5 changed files with 202 additions and 1 deletions
|
|
@ -70,7 +70,12 @@
|
|||
'';
|
||||
};
|
||||
|
||||
home.sessionVariables = { };
|
||||
home.sessionVariables = {
|
||||
# you can change the default terminal and editor here
|
||||
TERMINAL = "${pkgs.ghostty}/bin/ghostty";
|
||||
DEFAULT_TERMINAL = "${pkgs.ghostty}/bin/ghostty";
|
||||
EDITOR = "${pkgs.micro}/bin/micro";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue