2024-06-19 16:56:10 +07:00
|
|
|
{ ... }:
|
2024-06-12 09:54:11 +07:00
|
|
|
{
|
|
|
|
imports = [
|
2024-06-12 18:09:56 +07:00
|
|
|
./bitwarden.nix
|
2024-08-12 16:41:11 +07:00
|
|
|
./bruno.nix
|
2024-06-12 18:09:56 +07:00
|
|
|
./chromium.nix
|
2024-06-12 18:22:03 +07:00
|
|
|
./dbeaver.nix
|
2024-06-12 18:09:56 +07:00
|
|
|
./discord.nix
|
2024-07-02 14:37:57 +07:00
|
|
|
./easyeffects.nix
|
2024-07-26 20:03:14 +07:00
|
|
|
./foot.nix
|
2024-06-12 09:54:11 +07:00
|
|
|
./git.nix
|
2024-06-12 18:09:56 +07:00
|
|
|
./github.nix
|
|
|
|
./go.nix
|
2024-06-18 23:15:55 +07:00
|
|
|
./jellyfin.nix
|
2024-07-23 10:24:21 +07:00
|
|
|
./kitty.nix
|
2024-06-12 18:22:03 +07:00
|
|
|
./microsoft-edge.nix
|
2024-07-19 12:14:52 +07:00
|
|
|
./mongodb-compass.nix
|
2024-06-12 09:54:11 +07:00
|
|
|
./mpv.nix
|
2024-06-12 18:09:56 +07:00
|
|
|
./neovide.nix
|
2024-06-17 17:50:57 +07:00
|
|
|
./neovim.nix
|
2024-06-12 18:22:03 +07:00
|
|
|
./nextcloud.nix
|
2024-06-12 18:09:56 +07:00
|
|
|
./nnn.nix
|
2024-06-12 09:54:11 +07:00
|
|
|
./node.nix
|
2024-06-12 18:09:56 +07:00
|
|
|
./slack.nix
|
|
|
|
./spotify.nix
|
2024-07-10 10:54:25 +07:00
|
|
|
./starship.nix
|
2024-06-12 09:54:11 +07:00
|
|
|
./tofi.nix
|
2024-06-12 18:09:56 +07:00
|
|
|
./variety.nix
|
2024-06-12 09:54:11 +07:00
|
|
|
./vscode.nix
|
|
|
|
./whatsapp.nix
|
2024-06-19 16:56:10 +07:00
|
|
|
./zathura.nix
|
2024-08-15 15:54:44 +07:00
|
|
|
./zoom.nix
|
2024-07-02 14:37:57 +07:00
|
|
|
./zsh.nix
|
2024-07-10 14:49:12 +07:00
|
|
|
|
|
|
|
./wezterm
|
2024-08-04 16:26:21 +07:00
|
|
|
./zellij
|
2024-06-12 09:54:11 +07:00
|
|
|
];
|
|
|
|
|
|
|
|
programs.fzf = {
|
|
|
|
enable = true;
|
|
|
|
enableZshIntegration = true;
|
|
|
|
enableBashIntegration = true;
|
|
|
|
defaultCommand = "fd --type f";
|
|
|
|
};
|
|
|
|
programs.zoxide = {
|
|
|
|
enable = true;
|
|
|
|
enableBashIntegration = true;
|
|
|
|
enableZshIntegration = true;
|
|
|
|
};
|
|
|
|
programs.ripgrep.enable = true;
|
|
|
|
programs.htop.enable = true;
|
|
|
|
}
|