From 1eb1080fd4fd57b4ebc9d4f8995fbfaf51963831 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 13 Jul 2023 01:19:29 +0900 Subject: [PATCH] test --- users/albert/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/albert/home.nix b/users/albert/home.nix index 2aa4ea38..730f5e5f 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -1,7 +1,7 @@ { config, pkgs, hostname, ... }: { home.stateVersion = "23.05"; imports = [ - #../../${hostname}/gnome-dconf.nix + ../../${hostname}/gnome-dconf.nix ../../home-manager/git.nix ../../home-manager/neovim.nix ../../home-manager/bash.nix