mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
7 lines
230 B
Nix
Executable File
7 lines
230 B
Nix
Executable File
{pkgs, ...}: {
|
|
tux-awesome-wm-config = pkgs.callPackage ./awesome {};
|
|
tux-nvim-config = pkgs.callPackage ./nvim {};
|
|
astronvim = pkgs.callPackage ./astronvim {};
|
|
firefox-mod-blur = pkgs.callPackage ./firefox-mod-blur {};
|
|
}
|