fix missing .

This commit is contained in:
Mohamed Chrayed 2024-08-03 18:29:30 +02:00
parent 61ddbbf289
commit b58f276c57

View File

@ -1,4 +1,4 @@
{ config, pkgs, pkgs-stable, ... }:
{
home.file".config/haruna/haruna.config".source = ./haruna.config
home.file.".config/haruna/haruna.config".source = ../config/haruna.config;
}