stuf
This commit is contained in:
parent
d6ff45adc1
commit
0a3eaaabf1
@ -37,8 +37,10 @@ in
|
|||||||
tealdeer
|
tealdeer
|
||||||
amber
|
amber
|
||||||
unzip
|
unzip
|
||||||
|
unrar
|
||||||
grit
|
grit
|
||||||
hydra-check
|
hydra-check
|
||||||
|
nix-index
|
||||||
];
|
];
|
||||||
|
|
||||||
shellAliases =
|
shellAliases =
|
||||||
@ -75,6 +77,8 @@ in
|
|||||||
npi = "${nixBin} profile install";
|
npi = "${nixBin} profile install";
|
||||||
npr = "${nixBin} profile remove";
|
npr = "${nixBin} profile remove";
|
||||||
nsh = "${nixBin} shell";
|
nsh = "${nixBin} shell";
|
||||||
|
nsr = "${nixBin} search";
|
||||||
|
nsrp = "${nixBin} search nixpkgs";
|
||||||
ndev = "${nixBin} develop";
|
ndev = "${nixBin} develop";
|
||||||
|
|
||||||
nosce = "cd /etc/nixos";
|
nosce = "cd /etc/nixos";
|
||||||
|
@ -203,7 +203,7 @@ let
|
|||||||
fonts = [ fontComb ];
|
fonts = [ fontComb ];
|
||||||
|
|
||||||
extraEnv = ''
|
extraEnv = ''
|
||||||
export SDL_VIDEODRIVER=wayland
|
# export SDL_VIDEODRIVER=wayland
|
||||||
# needs qt5.qtwayland in systemPackages
|
# needs qt5.qtwayland in systemPackages
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
||||||
|
Loading…
Reference in New Issue
Block a user