diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-17 13:33:30 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-17 13:33:30 -0400 |
| commit | 8c8c3c7565749dc992a9048f43731b10c6e9eac3 (patch) | |
| tree | dff75aba4e8f6324c084bd93db10f69ea01a135f /modules/global.nix | |
| parent | 9994e4f5ad6140b1ece38593a7fa4a83ed077294 (diff) | |
| download | home-8c8c3c7565749dc992a9048f43731b10c6e9eac3.tar.gz | |
wip: experimental firefox module
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix index e99b3e2..7bb28be 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -39,6 +39,7 @@ in global = { wayland = lib.mkDefault true; }; + firefox.enable = true; sway = { wrapWithNixGL = cfg.notNixOS; }; |