remove handicap
This commit is contained in:
parent
3e79c4ffaa
commit
299f7a74a7
2 changed files with 4 additions and 4 deletions
|
@ -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\"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue