fix(fuji): desperate attempt at making firefox work

This commit is contained in:
uku 2024-06-09 12:20:22 +02:00
parent 86c7ae8267
commit e9fff626cf
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 26 additions and 27 deletions

View file

@ -4,25 +4,19 @@
displayManager.defaultSession = "gnome";
};
environment = {
gnome.excludePackages =
(with pkgs; [
gnome-tour
])
++ (with pkgs.gnome; [
cheese # webcam tool
gnome-terminal
epiphany # web browser
geary # email reader
totem # video player
tali # poker game
iagno # go game
hitori # sudoku game
atomix # puzzle game
]);
sessionVariables = {
NIXOS_OZONE_WL = "1";
};
};
environment.gnome.excludePackages =
(with pkgs; [
gnome-tour
])
++ (with pkgs.gnome; [
cheese # webcam tool
gnome-terminal
epiphany # web browser
geary # email reader
totem # video player
tali # poker game
iagno # go game
hitori # sudoku game
atomix # puzzle game
]);
}