From d162779b745f47c6970fccee2cd3742a5d652f20 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 10 Jul 2023 21:36:20 +0900 Subject: [PATCH] test --- users/albert/{gnome-wayland-dconf.nix => gnome-dconf.nix} | 0 users/albert/home.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename users/albert/{gnome-wayland-dconf.nix => gnome-dconf.nix} (100%) diff --git a/users/albert/gnome-wayland-dconf.nix b/users/albert/gnome-dconf.nix similarity index 100% rename from users/albert/gnome-wayland-dconf.nix rename to users/albert/gnome-dconf.nix diff --git a/users/albert/home.nix b/users/albert/home.nix index 1a20ec10..83a576b5 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { home.stateVersion = "23.05"; imports = [ - # ./gnome-dconf.nix + ./gnome-dconf.nix ../../common/dotfiles/git.nix ../../common/dotfiles/neovim.nix ../../common/dotfiles/bash.nix