mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
@@ -57,11 +57,6 @@ in {
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
assertions = [
|
||||
(lib.hm.assertions.assertPlatform "programs.librewolf" pkgs
|
||||
lib.platforms.linux)
|
||||
];
|
||||
|
||||
home.file.".librewolf/librewolf.overrides.cfg" =
|
||||
lib.mkIf (cfg.settings != { }) { text = mkOverridesFile cfg.settings; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user