nixos-config/user/config.nix
2024-08-03 18:38:15 +02:00

5 lines
106 B
Nix

{ config, pkgs, pkgs-stable, ... }:
{
home.file."~/.config/haruna/haruna.conf".source = ../haruna.conf;
}