Compare commits

...

2 commits

2 changed files with 27 additions and 13 deletions

View file

@ -35,6 +35,7 @@
username = {
show_always = true;
style_user = "fg:${textColor} bg:${secondColor}";
style_root = "fg:red bg:${secondColor} blink";
format = "[ $user]($style)";
};

View file

@ -16,7 +16,19 @@
programs.dconf.enable = true;
#############################################################################
home-manager.users.matt = {
# TODO: use hm for tmux
home-manager.users = {
root = {
imports = [
./bashdots.nix
./nvim.nix
];
home.stateVersion = "23.05";
};
matt = {
imports = [
nur.hmModules.nur
@ -32,4 +44,5 @@
home.stateVersion = "23.05";
};
};
}