2023-11-04 16:12:45 +05:30
|
|
|
{ pkgs, ... }: {
|
2023-04-10 23:24:13 +05:30
|
|
|
imports = [
|
|
|
|
./neovim.nix
|
2023-05-27 19:55:24 +05:30
|
|
|
./starship.nix
|
2023-05-27 20:09:10 +05:30
|
|
|
./zsh.nix
|
2023-04-10 23:24:13 +05:30
|
|
|
];
|
2023-06-02 11:34:57 +05:30
|
|
|
|
|
|
|
programs.git.enable = true;
|
2023-06-02 12:08:23 +05:30
|
|
|
|
|
|
|
environment.systemPackages = with pkgs; [
|
2023-08-05 14:00:40 +05:30
|
|
|
git-crypt
|
2023-06-02 12:08:23 +05:30
|
|
|
];
|
2023-04-10 23:23:52 +05:30
|
|
|
}
|