update
This commit is contained in:
parent
52de4024bd
commit
a943e0d34e
@ -56,6 +56,5 @@
|
|||||||
mac-app-util.homeManagerModules.default
|
mac-app-util.homeManagerModules.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,7 @@
|
|||||||
inputs.firefox-macos-theme;
|
inputs.firefox-macos-theme;
|
||||||
})
|
})
|
||||||
|
|
||||||
{
|
(let configedFirefox = lib.mkMerge [
|
||||||
programs.librewolf = lib.mkMerge [
|
|
||||||
(lib.mkIf (os == "darwin") {
|
(lib.mkIf (os == "darwin") {
|
||||||
package = null;
|
package = null;
|
||||||
})
|
})
|
||||||
@ -93,5 +92,13 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
in lib.mkMerge [
|
||||||
|
(lib.mkIf (os == "linux") {
|
||||||
|
programs.librewolf = configedFirefox;
|
||||||
|
})
|
||||||
|
|
||||||
|
(lib.mkIf (os == "darwin") {
|
||||||
|
programs.firefox = configedFirefox;
|
||||||
|
})
|
||||||
|
])
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user