From ca6d15499ceaf7ac4878c064f9ee7e774f80508d Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 19:13:08 +0900 Subject: [PATCH] Test --- users/albert/home.nix | 1 + users/root/home.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/users/albert/home.nix b/users/albert/home.nix index 5118e5ef..f3eb97c8 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -4,5 +4,6 @@ ./dconf.nix ../../common/dotfiles/git.nix ../../common/dotfiles/vim.nix + ../../common/dotfiles/bash.nix ]; } \ No newline at end of file diff --git a/users/root/home.nix b/users/root/home.nix index a3a681b4..3458f4e2 100644 --- a/users/root/home.nix +++ b/users/root/home.nix @@ -3,5 +3,6 @@ imports = [ ../../common/dotfiles/git.nix ../../common/dotfiles/vim.nix + ../../common/dotfiles/bash.nix ]; } \ No newline at end of file