zsh
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
imports = [
|
||||
#./packages.nix
|
||||
./program.nix
|
||||
./user.nix
|
||||
./ssh.nix
|
||||
];
|
||||
}
|
||||
|
||||
4
modules/core/program.nix
Normal file
4
modules/core/program.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user