nix-dotfiles/nixosModules/apps/default.nix

11 lines
129 B
Nix

{ config, pkgs, lib, ... }:
{
import = [
./games
./input-remapper
./librewolf
./shells
./syncthing
];
}