fix(fuji): desperate attempt at making firefox work
This commit is contained in:
parent
86c7ae8267
commit
e9fff626cf
3 changed files with 26 additions and 27 deletions
|
@ -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
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue