Test
This commit is contained in:
parent
c24f9a540e
commit
71f5e48ce4
2 changed files with 10 additions and 29 deletions
|
@ -1,16 +1,7 @@
|
|||
{ 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 = [
|
||||
./dconf.nix
|
||||
../../common/dotfiles/git.nix
|
||||
../../common/dotfiles/vim.nix
|
||||
];
|
||||
};
|
||||
}
|
|
@ -1,16 +1,6 @@
|
|||
{ 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 = [
|
||||
./dconf.nix
|
||||
../../common/dotfiles/git.nix
|
||||
../../common/dotfiles/vim.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue