Remove unused

This commit is contained in:
Sridhar Ratnakumar 2024-03-24 15:21:22 -04:00
parent 693819959a
commit 08f8f424c9
2 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
inputs.nix-index-database.hmModules.nix-index
./tmux.nix
./neovim.nix
./helix.nix
# ./helix.nix
./ssh.nix
./starship.nix
./terminal.nix
@ -33,10 +33,10 @@
imports = [
self.homeModules.common
./zsh.nix
./bash.nix
# ./bash.nix
# ./kitty.nix
./emacs.nix
./himalaya.nix
# ./emacs.nix
# ./himalaya.nix
];
};
};

View file

@ -4,7 +4,7 @@
{
imports = [
flake.inputs.self.darwinModules.default
../nix-darwin/ci.nix
# ../nix-darwin/ci.nix
../nix-darwin/zsh-completion-fix.nix
];
@ -12,7 +12,7 @@
environment.systemPackages = with pkgs; [
# macOS GUI programs
wezterm
# wezterm
];
security.pam.enableSudoTouchIdAuth = true;