My Nix Configuration

[modules.home] firefox: add acc_testing profile

pyrox.dev 9fdafc96 588c4d58

verified
Changed files
+5
modules
home
programs
firefox
+5
modules/home/programs/firefox/default.nix
···
isDefault = true;
name = "Default";
};
+
acc_testing = {
+
id = 1;
+
isDefault = false;
+
name = "Accessibility Testing";
+
};
};
};
};