Migrate to flake
This commit is contained in:
parent
7e24481850
commit
6cdbba8c60
42 changed files with 842 additions and 770 deletions
10
home/fhauser/applications/firefox.nix
Normal file
10
home/fhauser/applications/firefox.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-wayland;
|
||||
};
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = "true";
|
||||
MOZ_DBUS_REMOTE = "1";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue