mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ZSH fixes
This commit is contained in:
parent
b366f45d92
commit
8446e95a5f
3 changed files with 25 additions and 6 deletions
|
|
@ -9,6 +9,7 @@
|
|||
./system.nix
|
||||
./home.nix
|
||||
./profiles.nix
|
||||
./shell.nix
|
||||
./base16.nix
|
||||
./net.nix
|
||||
./access.nix
|
||||
|
|
|
|||
8
config/profiles/base/shell.nix
Normal file
8
config/profiles/base/shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue