This commit is contained in:
2026-01-06 00:19:34 -06:00
parent 4e3d74795b
commit 671b5f92c0
6 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
'';
in lib.replaceStrings [ "<path>" ] [
"${pywalfox-wrapper}/bin/pywalfox-wrapper"
] (lib.readFile "${pkgs.pywalfox-native}/lib/python3.12/site-packages/pywalfox/assets/manifest.json");
] (lib.readFile "${pkgs.pywalfox-native}/lib/python3.13/site-packages/pywalfox/assets/manifest.json");
programs.firefox = {

View File

@@ -9,7 +9,7 @@
programs.nh = {
enable = true;
flake = "${config.home.homeDirectory}/Projects/Olympus";
#flake = "${config.home.homeDirectory}/Projects/Olympus";
clean = {
enable = true;

View File

@@ -9,7 +9,7 @@
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
package = pkgs.rofi;
cycle = true;