Update greatyamada config
This commit is contained in:
parent
5c4921895e
commit
97bf3bb177
22 changed files with 556 additions and 212 deletions
15
flake.nix
15
flake.nix
|
@ -78,6 +78,21 @@
|
|||
./hosts/greatyamada/nixos
|
||||
./hosts/greatyamada/services
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
backupFileExtension = "bak";
|
||||
useUserPackages = true;
|
||||
users.avery = {
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
./common/home.nix
|
||||
./common/zsh.nix
|
||||
./hosts/totsugeki/home-manager/development/nixvim
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
# WSL development system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue