mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Manage firefox config in nix
This commit is contained in:
@@ -438,6 +438,20 @@ in {
|
||||
# ms-python.python
|
||||
];
|
||||
};
|
||||
|
||||
firefox = {
|
||||
enable = stdenv.isLinux;
|
||||
|
||||
profiles = {
|
||||
default = {
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
settings = {
|
||||
"privacy.resistFingerprinting" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".Xmodmap".source = ./.Xmodmap;
|
||||
|
Reference in New Issue
Block a user