forked from extern/nix-config
5748026bab
Unfortunately, some files may be in .docx or similar forms.
26 lines
295 B
Nix
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
|
|
];
|
|
}
|