nixos-config/user/config.nix

5 lines
118 B
Nix
Raw Normal View History

2024-08-03 18:33:33 +02:00
{ config, pkgs, pkgs-stable, ... }:
{
home.file."~/.config/haruna/haruna.config".source = ../configs/haruna.config;
}