remove unnecessary packages
This commit is contained in:
@@ -5,25 +5,11 @@
|
|||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
config = let
|
config = lib.mkIf config.homeconfig.wal.enable {
|
||||||
pywalfox-wrapper = pkgs.writeShellScriptBin "pywalfox-wrapper" ''
|
|
||||||
${pkgs.pywalfox-native}/bin/pywalfox start
|
|
||||||
'';
|
|
||||||
in lib.mkIf config.homeconfig.wal.enable {
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
||||||
inputs.themecord.packages.${pkgs.system}.default
|
|
||||||
vesktop
|
|
||||||
|
|
||||||
pywal16
|
pywal16
|
||||||
imagemagick
|
imagemagick
|
||||||
pywalfox-native
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".mozilla/native-messaging-hosts/pywalfox.json".text = lib.replaceStrings [ "<path>" ] [
|
|
||||||
"${pywalfox-wrapper}/bin/pywalfox-wrapper"
|
|
||||||
] (lib.readFile "${pkgs.pywalfox-native}/lib/python3.12/site-packages/pywalfox/assets/manifest.json");
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user