This commit is contained in:
dusk 2021-04-29 13:51:43 +03:00
parent d6ff45adc1
commit 0a3eaaabf1
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 5 additions and 1 deletions

View File

@ -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";

View File

@ -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"