Files
old-nixos-dotfiles/user/profile.nix
2024-08-29 18:54:36 +09:00

5 lines
65 B
Nix

{ config, ... }:
{
home.file.".profile".source = ./.profile;
}