mirror of
https://github.com/srid/nixos-config.git
synced 2026-03-02 01:05:19 +08:00
Remove unused
This commit is contained in:
parent
693819959a
commit
08f8f424c9
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue