Add basic ZSH config
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
./IDEs
|
||||
|
||||
./git
|
||||
./zsh
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
5
home-manager/zsh/default.nix
Normal file
5
home-manager/zsh/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [ ./zsh.nix ];
|
||||
}
|
7
home-manager/zsh/zsh.nix
Normal file
7
home-manager/zsh/zsh.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user