mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
26 lines
294 B
Nix
26 lines
294 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./feh
|
|
./kitty
|
|
./librewolf
|
|
./mpv
|
|
./piper
|
|
./qutebrowser
|
|
./thunar
|
|
./zathura
|
|
];
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
audacity
|
|
gimp
|
|
anki
|
|
logseq
|
|
litemdview
|
|
mullvad-browser
|
|
spek
|
|
keepassxc
|
|
];
|
|
}
|