-
Notifications
You must be signed in to change notification settings - Fork 63
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
base: main
Are you sure you want to change the base?
Conversation
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 isFromOrg = v: (v.src ? owner && v.src.owner == "catppuccin") || (builtins.match "https://github\.com/catppuccin/.*" v.src.url != null); if we want to allow |
going to wait on andir/npins#46 |
dced212
to
a985493
Compare
The npins PR is merged. |
Despite the name, the PR only adds support for submodules. |
This should now be possible! |
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 forenable
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.