forked from extern/nix-config
4b3e662b3f
Not needed with mdcat and other solutions for quick viewing.
25 lines
279 B
Nix
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
|
|
];
|
|
}
|