feat: update home.nix config
This commit is contained in:
@@ -45,25 +45,18 @@
|
||||
userEmail = "aaron@0x29a.ch";
|
||||
};
|
||||
|
||||
#programs.starship.enable = true;
|
||||
#programs.starship.enableZshIntegration = true;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "sudo" "python" "ansible" ];
|
||||
theme = "agnoster";
|
||||
theme = "gentoo";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
## deploy qtile config
|
||||
#home.file."qtile-config" = {
|
||||
# target = ".config/qtile/config.py";
|
||||
# source = "${inputs.qtile-config}/qtile_config/config.py";
|
||||
# force = true;
|
||||
#};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
};
|
||||
@@ -72,5 +65,5 @@
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# don't change
|
||||
home.stateVersion = "25.05";
|
||||
home.stateVersion = "25.11";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user