mirror of
https://github.com/nmasur/dotfiles
synced 2026-02-08 21:59:45 +00:00
try to prevent unnecessary firefox rebuidl
This commit is contained in:
@@ -45,14 +45,6 @@ in
|
||||
# Runs the script through /bin/sh automatically
|
||||
# RunAtLoad = true;
|
||||
StartCalendarInterval = [
|
||||
{
|
||||
Hour = 11;
|
||||
Minute = 45;
|
||||
}
|
||||
{
|
||||
Hour = 3;
|
||||
Minute = 45;
|
||||
}
|
||||
{
|
||||
Hour = 4;
|
||||
Minute = 45;
|
||||
|
||||
@@ -15,12 +15,6 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(_final: _prev: {
|
||||
firefox-unwrapped = pkgs.stable.firefox-unwrapped;
|
||||
})
|
||||
];
|
||||
|
||||
system.defaults.CustomUserPreferences = {
|
||||
"com.apple.dock" = {
|
||||
magnification = true;
|
||||
|
||||
Reference in New Issue
Block a user