again
This commit is contained in:
parent
a1ed2ef304
commit
73e267bf62
|
@ -35,6 +35,14 @@
|
|||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.sako = { pkgs, ... }: {
|
||||
home.username = "sako";
|
||||
home.homeDirectory = "/home/sako";
|
||||
programs.bash.enable = true;
|
||||
stateVerion = "24.11";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
neovim
|
||||
|
|
Loading…
Reference in a new issue