Compare commits

..

No commits in common. "cfdf06d19dbb9aa65342dff28436aa5b98dfd8f1" and "8433a8987ad947ea38fa96413e1c342c00d60add" have entirely different histories.

2 changed files with 13 additions and 27 deletions

View file

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

View file

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