Add initial legacy configuration
This commit is contained in:
parent
febfe1d970
commit
db07652d99
64 changed files with 3287 additions and 13 deletions
11
home-modules/applications/firefox.nix
Normal file
11
home-modules/applications/firefox.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox;
|
||||
};
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = "true";
|
||||
MOZ_DBUS_REMOTE = "1";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue