Update flake.nix
This commit is contained in:
parent
ce647443f6
commit
a350848d51
1 changed files with 5 additions and 3 deletions
|
@ -93,9 +93,11 @@
|
|||
useUserPackages = true;
|
||||
users.avery = {
|
||||
programs.home-manager.enable = true;
|
||||
homeDirectory = "/home/avery";
|
||||
sessionVariables.EDITOR = "nvim";
|
||||
stateVersion = "24.11";
|
||||
home = {
|
||||
homeDirectory = "/home/avery";
|
||||
sessionVariables.EDITOR = "nvim";
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
./hosts/totsugeki/home-manager/development/nixvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue