Install python3 globally on mizuki and modularize home config
This commit is contained in:
parent
e01670d4e1
commit
162856f7fb
3 changed files with 51 additions and 7 deletions
|
@ -92,14 +92,9 @@
|
|||
backupFileExtension = "bak";
|
||||
useUserPackages = true;
|
||||
users.avery = {
|
||||
programs.home-manager.enable = true;
|
||||
home = {
|
||||
homeDirectory = "/home/avery";
|
||||
sessionVariables.EDITOR = "nvim";
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
./common/home.nix
|
||||
./common/zsh.nix
|
||||
./hosts/totsugeki/home-manager/development/nixvim
|
||||
./hosts/mizuki/development.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue