nixos/home/common/core/default.nix

8 lines
89 B
Nix
Raw Normal View History

2024-05-17 10:54:53 +01:00
{ config, lib, pkgs, outputs, ... }:
2024-05-13 22:17:40 +01:00
{
imports = [
2024-05-17 10:54:53 +01:00
./zsh.nix
./ssh.nix
2024-05-13 22:17:40 +01:00
] ;
}