refactor(homes/rafiq): separate cli and desktop programs
This commit is contained in:
parent
52ec49fab0
commit
5f91ad83aa
6 changed files with 17 additions and 11 deletions
12
homes/x86_64-linux/rafiq/cli/zsh.nix
Normal file
12
homes/x86_64-linux/rafiq/cli/zsh.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableVteIntegration = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
history.share = true;
|
||||
history.size = 10000;
|
||||
history.ignoreDups = true;
|
||||
history.ignoreSpace = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue