1
0
forked from extern/nix-config
donovanglover-nix-config/applications/default.nix
Donovan Glover 5748026bab
meta: Add libreoffice
Unfortunately, some files may be in .docx or similar forms.
2023-06-02 10:03:30 -04:00

26 lines
295 B
Nix

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