nix-dotfiles/nixosModules/apps/default.nix

11 lines
130 B
Nix

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