Skip to content
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

feat(home-manager): add support for swaync #149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Lichthagel
Copy link
Contributor

@Lichthagel Lichthagel commented Apr 29, 2024

Ready-to-use css files are only provided as release artifacts.
We could also build these ourselves, but would need to manually update the npmDepsHash.

The default font used in the theme is "Ubuntu Nerd Font".
Adding it to home.packages is not possible as I query that for enable and thus would result in infinite recursion.

For the option name I referred to nix-community/home-manager#4249 and nix-community/home-manager#5345.

@Lichthagel
Copy link
Contributor Author

Rebased and adjusted for the now merged hm module.

Also installs the default font if it is selected.

Regarding the failing "Validate sources" CI: In checkSources.nix we might want to replace isFromOrg by

isFromOrg = v: (v.src ? owner && v.src.owner == "catppuccin") || (builtins.match "https://github\.com/catppuccin/.*" v.src.url != null);

if we want to allow fetchurl for e.g. release artifacts.

@getchoo
Copy link
Member

getchoo commented May 21, 2024

going to wait on andir/npins#46

@getchoo getchoo added the blocked Waiting on external changes label May 21, 2024
@Lichthagel Lichthagel force-pushed the swaync branch 4 times, most recently from dced212 to a985493 Compare May 21, 2024 22:46
@Brisingr05
Copy link

The npins PR is merged.

@Lichthagel
Copy link
Contributor Author

The npins PR is merged.

Despite the name, the PR only adds support for submodules.

@getchoo getchoo added this to the 2.0.0 milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Waiting on external changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants