Move more things to the common host configuration
This commit is contained in:
parent
c5afed5767
commit
815ec0f429
9 changed files with 147 additions and 528 deletions
8
nix/hosts/common/programs.nix
Normal file
8
nix/hosts/common/programs.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
histSize = 5000;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue