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
10
hosts/mizuki/home.nix
Normal file
10
hosts/mizuki/home.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
home = {
|
||||
username = "avery";
|
||||
homeDirectory = "/home/avery";
|
||||
stateVersion = "24.11";
|
||||
packages = with pkgs; [ python3 ];
|
||||
sessionVariables.EDITOR = "nvim";
|
||||
};
|
||||
programs.home-manager.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue