6 lines
115 B
Nix
6 lines
115 B
Nix
{ config, pkgs, ... }: {
|
|
imports = [
|
|
../../common/dotfiles/git.nix
|
|
../../common/dotfiles/vim.nix
|
|
];
|
|
}
|