forked from colonelpanic/dotfiles
[NixOS] Set LIBGL_ALWAYS_SOFTWARE=1 for raspberry pi
This commit is contained in:
parent
5b9febb4d8
commit
910783f309
@ -43,6 +43,13 @@
|
||||
raspberrypi-eeprom
|
||||
];
|
||||
|
||||
environment = {
|
||||
# This allows alacritty to run
|
||||
extraInit = ''
|
||||
export LIBGL_ALWAYS_SOFTWARE=1
|
||||
'';
|
||||
};
|
||||
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
gc = {
|
||||
|
Loading…
Reference in New Issue
Block a user