configuration.nix/home/modules/programs/default.nix

31 lines
380 B
Nix
Raw Permalink Normal View History

2024-06-12 23:19:58 +02:00
{ ... }: {
imports = [
./bat
./bottom
./carapace
./chromium
./cliphist
./comma
./firefox
./git
./gpg
./imv
./mako
./kitty
./lf
./mpv
./nushell
./obs-studio
./pueue
./rofi
./starship
./sway
./swaylock
./tealdeer
./tmux
./waybar
./zsh
];
2024-06-18 11:53:54 +02:00
programs.browserpass.enable = true;
2024-06-12 23:19:58 +02:00
}