diff options
Diffstat (limited to 'modules/user/aesthetics/targets/default.nix')
| -rw-r--r-- | modules/user/aesthetics/targets/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/user/aesthetics/targets/default.nix b/modules/user/aesthetics/targets/default.nix new file mode 100644 index 0000000..7dba76d --- /dev/null +++ b/modules/user/aesthetics/targets/default.nix @@ -0,0 +1,11 @@ +{...}: { + imports = [ + ./mako.nix + ./zellij.nix + ./qutebrowser.nix + ./helix.nix + ./gtk.nix + ./foot.nix + ./vesktop.nix + ]; +} |
