This commit is contained in:
iFargle 2023-07-01 19:01:20 +09:00
parent c24f9a540e
commit 71f5e48ce4
2 changed files with 10 additions and 29 deletions

View file

@ -1,16 +1,7 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
# Home-Manager Manual
# https://nix-community.github.io/home-manager/index.html
# Home-Manager Options Search
# https://mipmip.github.io/home-manager-option-search/
home-manager.users.albert = {
home.stateVersion = "23.05";
imports = [ imports = [
./dconf.nix ./dconf.nix
../../common/dotfiles/git.nix ../../common/dotfiles/git.nix
../../common/dotfiles/vim.nix ../../common/dotfiles/vim.nix
]; ];
};
} }

View file

@ -1,16 +1,6 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
# Home-Manager Manual
# https://nix-community.github.io/home-manager/index.html
# Home-Manager Options Search
# https://mipmip.github.io/home-manager-option-search/
home-manager.users.root = {
home.stateVersion = "23.05";
imports = [ imports = [
./dconf.nix
../../common/dotfiles/git.nix ../../common/dotfiles/git.nix
../../common/dotfiles/vim.nix ../../common/dotfiles/vim.nix
]; ];
};
} }