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, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
# Home-Manager Manual
|
imports = [
|
||||||
# https://nix-community.github.io/home-manager/index.html
|
./dconf.nix
|
||||||
|
../../common/dotfiles/git.nix
|
||||||
# Home-Manager Options Search
|
../../common/dotfiles/vim.nix
|
||||||
# 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, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
# Home-Manager Manual
|
imports = [
|
||||||
# https://nix-community.github.io/home-manager/index.html
|
../../common/dotfiles/git.nix
|
||||||
|
../../common/dotfiles/vim.nix
|
||||||
# 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