mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
17 lines
206 B
Nix
17 lines
206 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./firefox
|
|
./kitty.nix
|
|
./packages.nix
|
|
./gpg.nix
|
|
./bitw.nix
|
|
./weechat.nix
|
|
./gtk.nix
|
|
./music.nix
|
|
./mpv.nix
|
|
./syncplay.nix
|
|
./obs.nix
|
|
];
|
|
}
|