Rename user from blank to i
This commit is contained in:
parent
e7e618f42b
commit
dff2ba275a
10 changed files with 24 additions and 11 deletions
|
@ -1,30 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "blank";
|
||||
home.homeDirectory = "/home/blank";
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
/*
|
||||
home.packages = with pkgs; [
|
||||
nvim
|
||||
];
|
||||
*/
|
||||
|
||||
home.file.".zshenv" = {
|
||||
text = "source ~/.nix-profile/etc/profile.d/hm-session-vars.sh";
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
ZDOTDIR = "${config.xdg.configHome}/zsh";
|
||||
};
|
||||
|
||||
imports = [
|
||||
./packages/nvim/neovim.nix
|
||||
./packages/zsh/zsh-home.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue