-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catppuccin broken again #11
Comments
@hmajid2301 I forgot to ask before creating a new issue, but you did successfully use |
Try this: diff --git a/flake.nix b/flake.nix
index 1b73677..a69e6cd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -76,15 +76,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- hyprland-git.url = "github:hyprwm/hyprland";
- hyprland-xdph-git.url = "github:hyprwm/xdg-desktop-portal-hyprland";
- hyprland-protocols-git.url = "github:hyprwm/xdg-desktop-portal-hyprland";
- hyprland-nix.url = "github:hyprland-community/hyprnix/rewrite";
- hyprland-nix.inputs = {
- hyprland.follows = "hyprland-git";
- hyprland-xdph.follows = "hyprland-xdph-git";
- hyprland-protocols.follows = "hyprland-protocols-git";
- };
+ hyprnix.url = "github:hyprland-community/hyprnix/rewrite";
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
nixvim = {
diff --git a/modules/home/desktops/hyprland/default.nix b/modules/home/desktops/hyprland/default.nix
index 82f3850..2e7ab6c 100644
--- a/modules/home/desktops/hyprland/default.nix
+++ b/modules/home/desktops/hyprland/default.nix
@@ -11,7 +11,7 @@ with types; let
in {
imports = with inputs;
[
- hyprland-nix.homeManagerModules.default
+ hyprnix.homeManagerModules.default
]
++ lib.snowfall.fs.get-non-default-nix-files ./.; |
Looks to be the same error:
|
No I got the error straight away, as I already had catppuccin nix. Or do you mean did I try it without catppuccin nix? |
@spikespaz sorry to bother you any update on this? |
Catppuccin unknowingly rugpulled the current fix. You could revert to a catppuccin revision that still uses sourced/included external files. Now, they rely on the serialization mechanism written by Fufexan, so a shim isn't so easy. I can probably get to it next week. I just moved and started a new job, so just give some time for dust to settle for me. I'm sincerely sorry for the inconvenience and delay. |
Mate no need to apologise:). This is all opennsoirxd you contribute when you can. Hahaha, thanks for all your efforts. |
Originally posted by @hmajid2301 in #10 (comment)
The text was updated successfully, but these errors were encountered: