Commit graph

202 commits

Author SHA1 Message Date
seth
ff4ea84b11
style: nixpkgs-fmt -> nixfmt (#187)
* ci: format nix file changes on push

* style: nixpkgs-fmt -> nixfmt

follows nixos RFC 166. closes #127

* ci: move validate-sources to ci

* ci: deploy.yml -> website.yml
2024-05-21 17:53:14 -04:00
seth
1f11b0aeb0
feat!: move docs to website (#170)
* feat!: move docs to website

* feat: flesh out docs site

* docs: add changelog to website

* docs: fix `npins add` command snippet

* docs: remove broken declarations

* ci: remove local docgen

* docs: update site FAQ
2024-05-21 16:57:51 -04:00
github-actions[bot]
57e8376fdb docs: update for 8179a45 2024-05-21 07:28:26 +00:00
seth
8179a45f64
fix(modules): shorten defaultText for catppuccin.sources (#185)
* fix: set nixos release in mkOptionDoc

* fix(modules): shorten defaultText for `catppuccin.sources`
2024-05-21 03:27:57 -04:00
seth
aef5672912
feat(modules): support nixos & home-manager's stable branches (#182)
* chore(modules): add mkVersionedOpts to lib

* ci: test against stable nixos/home-manager

* feat(modules): support nixos & home-manager's stable branches

* docs: add version support information
2024-05-21 00:34:42 -04:00
seth
45965e113f
ci: publish to flake registries on tag (#183) 2024-05-21 00:25:34 -04:00
seth
6f9cb48525
ci: only run on prs that change nix files (#184) 2024-05-21 00:24:14 -04:00
github-actions[bot]
63b90f74b0 docs: update for 1f19ce7 2024-05-21 03:54:09 +00:00
seth
1f19ce7a91
fix(home-manager): remove xdg.enable assertions (#181) 2024-05-20 23:53:33 -04:00
dependabot[bot]
9999d33b51
ci: bump cachix/install-nix-action from 26 to 27 (#180)
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 20:08:27 -04:00
github-actions[bot]
65fdb6ab77
chore: update lockfiles (#174)
* chore: update dev flake inputs

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2057814051972fa1453ddfb0d98badbea9b83c06' (2024-05-12)
  → 'github:NixOS/nixpkgs/33d1e753c82ffc557b4a585c77de43d4c922ebb5' (2024-05-15)

* chore: update port sources

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-20 20:08:04 -04:00
github-actions[bot]
d6344610c0 docs: update for 9ffc6b8 2024-05-14 04:11:21 +00:00
Weathercold
9ffc6b8c26
feat(nixos): add support for plymouth (#166)
Co-authored-by: seth <getchoo@tuta.io>
2024-05-14 00:10:42 -04:00
github-actions[bot]
e77424fd33 docs: update for 27e71a3 2024-05-14 04:10:10 +00:00
Weathercold
27e71a3548
feat(home-manager): add gtk icon theme (#165)
Uses catppuccin-papirus-folders

Co-authored-by: seth <getchoo@tuta.io>
2024-05-14 00:09:27 -04:00
github-actions[bot]
76416edbf5 docs: update for d8a6d8a 2024-05-14 01:57:02 +00:00
Isabel
d8a6d8a146
feat(nixos): add support for sddm (#168) 2024-05-13 21:56:27 -04:00
dependabot[bot]
0f2d8bba21
ci: bump DeterminateSystems/magic-nix-cache-action from 4 to 6 (#169)
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 4 to 6.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v4...v6)

---
updated-dependencies:
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 19:35:43 -04:00
github-actions[bot]
29239aefd3 docs: update for 28e6d8a 2024-05-13 20:33:53 +00:00
seth
28e6d8a18d
feat(modules): add catppuccin.sources option (#129)
* feat(modules): add `catppuccin.sources` option

* refactor(modules)!: nvfetcher -> npins

npins gives us a nicer file to import that is a simple name value pair
of the port and the path in the store. this allows for easier overriding
with the catppuccin.sources option

* fix(modules): ensure default sources are applied to `catppuccin.sources`
2024-05-13 16:33:16 -04:00
github-actions[bot]
ef4ffb64b2 docs: update for 7bf0166 2024-05-13 20:29:01 +00:00
Jens Gatzweiler
7bf0166443
feat(home-manager): add apply option for fcitx5 (#144) 2024-05-13 16:28:32 -04:00
github-actions[bot]
deff55c902 docs: update for 5e0f749 2024-05-13 18:04:33 +00:00
celeri
5e0f749a08
feat(home-manager): add gnomeShellTheme option for gtk (#161)
* feat(home-manager/gtk): add gnome option

Add an option to set the gtk theme as gnome shell's theme using the
user-theme gnome extension

* implemented feedbacks

* style(home-manager): format gtk module

---------

Co-authored-by: seth <getchoo@tuta.io>
2024-05-13 14:04:05 -04:00
github-actions[bot]
a2b462f913 docs: update for 2429fdc 2024-05-13 17:59:39 +00:00
vdbe
2429fdcd67
feat(home-manager): add extraConfig option for tmux (#137)
Add the option extraConfig this allows users to configure the plugin

Co-authored-by: seth <getchoo@tuta.io>
2024-05-13 13:59:12 -04:00
github-actions[bot]
29aa551d4a
chore: update lockfiles (#160)
* chore: update dev flake inputs

Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/0c5704eceefcb7bb238a958f532a86e3b59d76db' (2024-04-25)
  → 'github:nix-community/home-manager/44677a1c96810a8e8c4ffaeaad10c842402647c1' (2024-05-12)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/572af610f6151fd41c212f897c71f7056e3fb518' (2024-04-23)
  → 'github:NixOS/nixpkgs/2057814051972fa1453ddfb0d98badbea9b83c06' (2024-05-12)

* Update
mpv: db31f00b5107320f8882eb8c727060d5eab702c9 → 7fc6ed93dec891865d0b42be42ba9b4fb7d5a338
gh-dash: cb9fea0b86c300b26f1211079d656d02a7eb2c62 → a971447dbb6e43c274ce52697c0bd381735c3c8a
foot: 64ca6fb7a3e1e6867d76d6c0763e0b2d83fc4f01 → 307611230661b7b1787feb7f9d122e851bae97e9
tmux: a556353d60833367b13739e660d4057a96f2f4fe → 697087f593dae0163e01becf483b192894e69e33
neovim: a1439ad7c584efb3d0ce14ccb835967f030450fe → d97387aea8264f484bb5d5e74f2182a06c83e0d8
bottom: c0efe9025f62f618a407999d89b04a231ba99c92 → 66c540ea512187df5f0c6c97312b0c6da7225af0

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-13 13:45:45 -04:00
github-actions[bot]
e5322f7b40 docs: update for 8d3e50a 2024-05-08 23:27:34 +00:00
Weathercold
8d3e50a677
feat(nixos): add global accent option (#164)
Closes #134
2024-05-08 19:27:03 -04:00
github-actions[bot]
068e0d406b docs: update for 360c974 2024-05-08 23:26:41 +00:00
celeri
360c974143
fix(home-manager): capitalize gtkTheme (#159)
The uncapitalized gtkTheme made the generated theme name incorrect wich prevented
the theme to be set correctly and made the symlinks in ~/.config/gtk-4.0 broken
2024-05-08 19:26:10 -04:00
github-actions[bot]
eaa6e281f1 docs: update for cab752b 2024-05-08 00:36:42 +00:00
Liassica
cab752b0f0
feat(home-manager): source hyprland theme and add accent colors (#80)
* feat(home-manager/hyprland): source theme + accent

Since Home Manager defbb9c, Hyprland on Home Manager now sources files
before most other configuration, meaning Catppuccin Nix can now source a
theme colors file instead of inserting them into the main configuration.
In addition, `accent` and `accentAlpha` color variables have been added
in a second sourced file.

* chore(home-manager): format hyprland.nix

---------

Co-authored-by: Liassica <git-commit.jingle869@aleeas.com>
Co-authored-by: seth <getchoo@tuta.io>
2024-05-07 20:36:12 -04:00
github-actions[bot]
b0dc7f3181 docs: update for ef2f0d9 2024-05-01 23:54:17 +00:00
XYenon
ef2f0d91ea
feat(home-manager): add support for zsh-syntax-highlighting (#146)
Co-authored-by: seth <getchoo@tuta.io>
2024-05-01 19:53:50 -04:00
github-actions[bot]
112cef79d9 docs: update for 1fbdfda 2024-05-01 23:53:15 +00:00
Sergey Yakovlev
1fbdfdacf9
fix(home-manager): make dark/light lowecase for style names in gtk (#147) 2024-05-01 19:52:45 -04:00
github-actions[bot]
ccc188e244 docs: update for 2788bec 2024-05-01 23:09:21 +00:00
Jens Gatzweiler
2788becbb5
feat(home-manager): add support for waybar (#133)
* feat(home-manager): add support for waybar

* feat(home-manager/waybar): add prependImport & createLink options

* fix(home-manager/waybar): inline styleFile

* fix(home-manager/waybar): make prependImport and createLink mutually exclusive

* feat(home-manager/waybar): warn if prependImport has no effect

* style(waybar): use mkMerge

* fix(waybar): update description for mode option

* refactor(home-manager/waybar): remove warning
2024-05-01 19:08:50 -04:00
seth
f46dffa334
fix(modules): pass version to mkOptionDoc correctly (#153) 2024-04-29 16:35:57 -04:00
github-actions[bot]
0ebf33fe97
chore: update lockfiles (#142)
* chore: update dev flake inputs

Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/33a20182e3164f451b6a4ac2ecadcab5c2c36703' (2024-04-23)
  → 'github:nix-community/home-manager/0c5704eceefcb7bb238a958f532a86e3b59d76db' (2024-04-25)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6143fc5eeb9c4f00163267708e26191d1e918932' (2024-04-21)
  → 'github:NixOS/nixpkgs/572af610f6151fd41c212f897c71f7056e3fb518' (2024-04-23)

* Update
foot: ee5549af72ab78520ac2aa1c671bf5c2d347c8ca → 64ca6fb7a3e1e6867d76d6c0763e0b2d83fc4f01
bat: b8134f01b0ac176f1cf2a7043a5abf5a1a29457b → d714cc1d358ea51bfc02550dabab693f70cccea0

* chore(home-manager): use new theme path for foot

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: seth <getchoo@tuta.io>
2024-04-29 16:29:06 -04:00
seth
5b5648c10e
chore(modules): factor out option doc generation (#152)
* chore(modules): factor out option doc generation

* ci: only validate sources on pushes to main
2024-04-29 16:21:14 -04:00
Jens Gatzweiler
2983ec9796
chore(modules): remove dangling source for gtk (#151) 2024-04-29 16:20:13 -04:00
github-actions[bot]
28d41bc718 docs: update for e0fa29f 2024-04-29 18:28:58 +00:00
Jens Gatzweiler
e0fa29f9f7
fix(home-manager): use local flavour option for delta (#150) 2024-04-29 14:28:30 -04:00
github-actions[bot]
a45c03fa32 docs: update for 3d3db41 2024-04-29 18:22:35 +00:00
uncenter
3d3db414f3
chore(modules)!: use flavor and accent defaults from org (#145)
* chore(modules): update flavor and accent defaults

* chore(modules/nixos): update default flavor
2024-04-29 14:22:05 -04:00
github-actions[bot]
6e94e7505a docs: update for 78a000d 2024-04-29 18:20:11 +00:00
Jens Gatzweiler
78a000d06c
feat(home-manager): add support for gh-dash (#143)
Co-authored-by: seth <getchoo@tuta.io>
2024-04-29 14:19:40 -04:00
github-actions[bot]
6cb150ad30 docs: update for 0260166 2024-04-29 18:16:33 +00:00