From 0a3eaaabf18b431cc03316e28779a10d510a549a Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 29 Apr 2021 13:51:43 +0300 Subject: [PATCH] stuf --- profiles/core.nix | 4 ++++ users/patriot/home.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/core.nix b/profiles/core.nix index 384eea5..4c056db 100644 --- a/profiles/core.nix +++ b/profiles/core.nix @@ -37,8 +37,10 @@ in tealdeer amber unzip + unrar grit hydra-check + nix-index ]; shellAliases = @@ -75,6 +77,8 @@ in npi = "${nixBin} profile install"; npr = "${nixBin} profile remove"; nsh = "${nixBin} shell"; + nsr = "${nixBin} search"; + nsrp = "${nixBin} search nixpkgs"; ndev = "${nixBin} develop"; nosce = "cd /etc/nixos"; diff --git a/users/patriot/home.nix b/users/patriot/home.nix index c98f360..62d8d8c 100644 --- a/users/patriot/home.nix +++ b/users/patriot/home.nix @@ -203,7 +203,7 @@ let fonts = [ fontComb ]; extraEnv = '' - export SDL_VIDEODRIVER=wayland + # export SDL_VIDEODRIVER=wayland # needs qt5.qtwayland in systemPackages export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"