dotfiles/home/newm.nix
2024-01-25 00:55:35 -07:00

8 lines
99 B
Nix

{ config, pkgs, inputs, ... }:
{
homeManager.home.file = {
"testFile".text = "test";
};
}