nixos-config/modules/users/default.nix

12 lines
112 B
Nix
Raw Normal View History

2021-10-05 23:45:02 +02:00
{ pkgs, config, lib, ... }:
{
imports = [
./applications
./fish
./git
./gpg
./ssh
];
}