Files
.dotfiles/home/programs/default.nix
T

10 lines
96 B
Nix

{ config, pkgs, ... }:
{
imports = [
./alacritty.nix
./git.nix
./nvim.nix
];
}