1
0
forked from extern/nix-config
donovanglover-nix-config/applications/default.nix
Donovan Glover 4b3e662b3f
meta: Remove litemdview
Not needed with mdcat and other solutions for quick viewing.
2023-06-01 16:53:15 -04:00

25 lines
279 B
Nix

{ pkgs, ... }:
{
imports = [
./feh
./kitty
./librewolf
./mpv
./piper
./qutebrowser
./thunar
./zathura
];
environment.systemPackages = with pkgs; [
audacity
gimp
anki
logseq
mullvad-browser
spek
keepassxc
];
}