its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
26 changed files with 1993 additions and 184 deletions
Showing only changes of commit 3ce550691c - Show all commits

View File

@@ -10,9 +10,6 @@ in {
programs.home-manager.enable = true;
home.file = {
# zsh
".zshrc".source = "${dotfiles}/zsh/.zshrc";
# tmux
".tmux.conf".source = "${dotfiles}/tmux/.tmux.conf";
@@ -53,6 +50,12 @@ in {
else "${dotfiles}/hypr/.config/hypr/hosts/laptop.conf";
};
programs.bash.enable = true;
programs.zsh = {
enable = true;
initExtra = builtins.readFile "${dotfiles}/zsh/.zshrc";
};
home.packages = with pkgs; [
git zsh tmux starship
neovim kitty
@@ -66,9 +69,6 @@ in {
pavucontrol
];
programs.bash.enable = true;
programs.zsh.enable = true;
xdg.userDirs = {
enable = true;
createDirectories = true;