From 299f7a74a7c5c26a288b8bd4906ba42d55570c5a Mon Sep 17 00:00:00 2001 From: atagen Date: Sun, 28 Aug 2022 09:52:20 +1000 Subject: [PATCH] remove handicap --- home/home.nix | 2 +- system/configuration.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/home.nix b/home/home.nix index bc8a5a3..edfb787 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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\" diff --git a/system/configuration.nix b/system/configuration.nix index 2c881e6..b97866c 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -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;