nix-dotfiles/nixosModules/apps/default.nix

12 lines
129 B
Nix
Raw Normal View History

2024-04-07 17:08:48 -07:00
{ config, pkgs, lib, ... }:
{
import = [
./games
./input-remapper
./librewolf
./shells
./syncthing
];
}