diffu/modules/home-manager/default.nix

10 lines
120 B
Nix
Raw Normal View History

2023-12-17 05:59:09 +00:00
{ config, pkgs, ... }:
2023-04-16 02:30:45 +00:00
{
2023-12-17 05:59:09 +00:00
imports = [
./fish.nix
./git.nix
./tmux.nix
./vim.nix
./zellij.nix
];
2023-04-16 02:30:45 +00:00
}