successful build for laptop
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
config = let
|
||||
pywalfox-wrapper = pkgs.writeShellScriptBin "pywalfox-wrapper" ''
|
||||
${pkgs.pywalfox-native}/bin/pywalfox start
|
||||
${pkgs-us.pywalfox-native}/bin/pywalfox start
|
||||
'';
|
||||
in lib.mkIf config.homeconfig.wal.enable {
|
||||
|
||||
@@ -75,13 +75,13 @@
|
||||
|
||||
pkgs-us.pywal16
|
||||
imagemagick
|
||||
pywalfox-native
|
||||
pkgs-us.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.11/site-packages/pywalfox/assets/manifest.json");
|
||||
(lib.readFile "${pkgs.pywalfox-native}/lib/python3.12/site-packages/pywalfox/assets/manifest.json");
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
|
||||
git = true;
|
||||
|
||||
icons = true;
|
||||
icons = "auto";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user