aboutsummaryrefslogtreecommitdiff
path: root/modules/global.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-06-17 13:33:30 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-06-17 13:33:30 -0400
commit8c8c3c7565749dc992a9048f43731b10c6e9eac3 (patch)
treedff75aba4e8f6324c084bd93db10f69ea01a135f /modules/global.nix
parent9994e4f5ad6140b1ece38593a7fa4a83ed077294 (diff)
downloadhome-8c8c3c7565749dc992a9048f43731b10c6e9eac3.tar.gz
wip: experimental firefox module
Diffstat (limited to 'modules/global.nix')
-rw-r--r--modules/global.nix1
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;
};