remove handicap

This commit is contained in:
atagen 2022-08-28 09:52:20 +10:00
parent 3e79c4ffaa
commit 299f7a74a7
2 changed files with 4 additions and 4 deletions

View file

@ -172,7 +172,7 @@ ps_culr()
ps ww$@ | culr
}
alias fresh=\"clear; ~/.nix/header.sh\"
alias fresh=\"clear; echo; ~/.nix/header.sh\"
alias icat=\"kitty +kitten icat\"
alias chmox=\"chmod +x\"
alias gs=\"git status\"

View file

@ -79,9 +79,9 @@
};
# gtk compatibility
qt5.enable = true;
qt5.platformTheme = "gtk2";
qt5.style = "gtk2";
# qt5.enable = true;
# qt5.platformTheme = "gtk2";
# qt5.style = "gtk2";
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;