Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Mar 24, 2024
1 parent 6938199 commit 08f8f42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,10 +33,10 @@
imports = [
self.homeModules.common
./zsh.nix
./bash.nix
# ./bash.nix
# ./kitty.nix
./emacs.nix
./himalaya.nix
# ./emacs.nix
# ./himalaya.nix
];
};
};
Expand Down
4 changes: 2 additions & 2 deletions systems/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
{
imports = [
flake.inputs.self.darwinModules.default
../nix-darwin/ci.nix
# ../nix-darwin/ci.nix
../nix-darwin/zsh-completion-fix.nix
];

nixpkgs.hostPlatform = "aarch64-darwin";

environment.systemPackages = with pkgs; [
# macOS GUI programs
wezterm
# wezterm
];

security.pam.enableSudoTouchIdAuth = true;
Expand Down

0 comments on commit 08f8f42

Please sign in to comment.