From 464587a5bbd195fdb9d9868fd4b50e62a0d96004 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 17:31:24 +0100 Subject: [PATCH] test --- modules/home/neofetch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/neofetch/default.nix b/modules/home/neofetch/default.nix index 19928b7..22719cf 100644 --- a/modules/home/neofetch/default.nix +++ b/modules/home/neofetch/default.nix @@ -5,5 +5,5 @@ ... }: { home.packages = [pkgs.neofetch]; - # xdg.configFile."neofetch".source = ./config; + xdg.configFile."neofetch".source = ./config; }