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 = {
show_always = true;
style_user = "fg:${textColor} bg:${secondColor}";
style_root = "fg:red bg:${secondColor} blink";
format = "[ $user]($style)";
};

View file

@ -16,33 +16,20 @@
programs.dconf.enable = true;
#############################################################################
# TODO: use hm for tmux
home-manager.users = {
home-manager.users.matt = {
root = {
imports = [
./bashdots.nix
./nvim.nix
];
imports = [
nur.hmModules.nur
./dconf.nix
./theme.nix
./hyprland.nix
./bashdots.nix
./dotfiles.nix
./packages.nix
./nvim.nix
./firefox/main.nix
];
home.stateVersion = "23.05";
};
matt = {
imports = [
nur.hmModules.nur
./dconf.nix
./theme.nix
./hyprland.nix
./bashdots.nix
./dotfiles.nix
./packages.nix
./nvim.nix
./firefox/main.nix
];
home.stateVersion = "23.05";
};
home.stateVersion = "23.05";
};
}