renovate[bot]
e57e033f9f
ci: update determinatesystems/update-flake-lock action to v23 ( #265 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-06 20:24:54 -04:00
github-actions[bot]
9345073d27
chore(main): release 1.0.2 ( #264 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-02 06:24:08 -04:00
Isabel
7bfda77cd1
revert(gtk): don't replace normal
tweak with default
( #271 )
...
this was unnecessary
Refs: 92e2d7a
2024-07-02 06:22:30 -04:00
seth
9eb0610d48
fix(home-manager/cursors): exclude from catppuccin.enable
( #263 )
2024-06-30 10:39:47 -04:00
github-actions[bot]
ca2780d5ce
chore(main): release 1.0.1 ( #262 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-30 09:43:52 -04:00
Isabel
92e2d7ae88
fix(home-manager/gtk): replace normal
tweak with default
( #261 )
2024-06-30 09:43:01 -04:00
seth
65543d2402
chore: simplify dev flake ( #260 )
...
* chore: simplify dev flake
* chore: use patsh for `add-source`
* chore: improve `add-source` help output
2024-06-30 04:17:47 -04:00
seth
6459b5a4a7
docs: symlink site changelog ( #258 )
2024-06-29 20:58:06 -04:00
seth
e3d54d7486
docs: add v1.0.0 changelog to website ( #257 )
2024-06-29 20:01:14 -04:00
github-actions[bot]
be57785b15
chore(main): release 1.0.0 ( #65 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-29 19:48:49 -04:00
seth
ddeefd15d7
docs: update link to catppuccin.enable
( #256 )
2024-06-29 10:26:26 -04:00
github-actions[bot]
bd1e5a5cd5
chore: update dev flake inputs ( #249 )
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/d7830d05421d0ced83a0f007900898bdcaf2a2ca?narHash=sha256-SqiOz0sljM0GjyQEVinPXQxaGcbOXw5OgpCWGPgh/vo%3D' (2024-06-19)
→ 'github:nix-community/home-manager/7e68e55d2e16d3a1e92a679430728c35a30fd24e?narHash=sha256-A03i8xiVgP14DCmV5P7VUv37eodCjY4e1iai0b2EuuM%3D' (2024-06-28)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/c00d587b1a1afbf200b1d8f0b0e4ba9deb1c7f0e?narHash=sha256-FUZpz9rg3gL8NVPKbqU8ei1VkPLsTIfAJ2fdAf5qjak%3D' (2024-06-18)
→ 'github:NixOS/nixpkgs/b2852eb9365c6de48ffb0dc2c9562591f652242a?narHash=sha256-C8e9S7RzshSdHB7L%2Bv9I51af1gDM5unhJ2xO1ywxNH8%3D' (2024-06-27)
• Updated input 'nixpkgs-stable':
'github:NixOS/nixpkgs/dd457de7e08c6d06789b1f5b88fc9327f4d96309?narHash=sha256-wM9v2yIxClRYsGHut5vHICZTK7xdrUGfrLkXvSuv6s4%3D' (2024-06-19)
→ 'github:NixOS/nixpkgs/89c49874fb15f4124bf71ca5f42a04f2ee5825fd?narHash=sha256-yJL9VYQhaRM7xs0M867ZFxwaONB9T2Q4LnGo1WovuR4%3D' (2024-06-26)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-29 10:20:43 -04:00
seth
0ea2427cd0
ci: add backport action ( #253 )
2024-06-29 10:12:06 -04:00
seth
3fdc011242
chore(modules): add tests for home-manager on darwin ( #251 )
...
* chore(modules): add tests for home-manager on darwin
* ci: use nix-fast-build for tests
this also enables the new darwin tests
* chore(tests): disable unsupported modules on darwin
* docs: add `tests` scope to CONTRIBUTING.md
* fix(home-manager): exclude `gtk.catppuccin.icon` from global enable
this was accidentally enabled by default only with `catppuccin.enable`
* fix(tests): build activationPackage for darwin
2024-06-29 10:09:49 -04:00
XYenon
63e0859743
fix(home-manager): only enable pointerCursor by default on linux ( #248 )
2024-06-28 12:42:33 -04:00
seth
3f4607481b
chore(modules): use attrset as argument to mkCatppuccinOpt
( #252 )
2024-06-28 12:29:30 -04:00
github-actions[bot]
eaab21cb0b
chore(modules): update ports ( #250 )
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: getchoo <48872998+getchoo@users.noreply.github.com>
2024-06-28 11:50:49 -04:00
pinkcreeper100
53967ef237
chore: remove unused argument in mk-site.nix ( #245 )
2024-06-26 23:00:43 -04:00
pinkcreeper100
e02aca950f
fix(home-manager): assert qt.platformTheme.name
for kvantum ( #244 )
...
* fix(home-manager): assert `qt.platformTheme.name` for kvantum
* fix(home-manager): account for qt.platformTheme being null
Co-authored-by: seth <getchoo@tuta.io>
* chore(modules): set `qt.platformTheme.name` in tests
---------
Co-authored-by: seth <getchoo@tuta.io>
2024-06-26 22:58:11 -04:00
github-actions[bot]
51bd4ccfcf
chore(modules): update ports ( #247 )
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: getchoo <48872998+getchoo@users.noreply.github.com>
2024-06-26 14:27:48 -04:00
seth
de0dec4cec
fix(home-manager): don't let swaylock cause infinite recursion ( #243 )
...
i can't begin to describe how i feel right now
2024-06-26 14:27:07 -04:00
seth
1adbfeb44a
fix(home-manager): assert qt.style.name
for kvantum theme ( #242 )
...
while having `qt.enable` be a prerequisite for this option applying
makes sense, the requirement on a specific `style.name` is not. this
make it more clear by moving that check to an assertion rather than an
internal comparison
2024-06-25 06:29:50 -04:00
Weathercold
6e77fdd91d
feat(home-manager)!: add support for global cursors ( #195 )
...
* feat(home-manager)!: add support for global cursors
this replaces the previous gtk module options
* fix: document function types correctly in lib
2024-06-24 23:13:58 -04:00
Fedi Jamoussi
2fb16f2d6f
fix(home-manager): use correct gtk theme name ( #239 )
...
- Theme name is all lowercase now
- Change order from `flavor-size-accent-gtkTheme` to
`flavor-accent-size+gtkTweaks`
2024-06-22 21:05:49 -04:00
Isabel
b6c854508d
fix(nixos): use the qt 6 version of sddm ( #230 )
...
* fix(nixos): use the qt 6 version of sddm
the upstream port has moved to qt 6, while nixos' default is still qt 5
* chore(nixos): use the qt6 version of sddm in tests
---------
Co-authored-by: seth <getchoo@tuta.io>
2024-06-22 08:31:23 -04:00
github-actions[bot]
cc8d3b17d2
chore: update dev flake inputs ( #238 )
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/8d5e27b4807d25308dfe369d5a923d87e7dbfda3?narHash=sha256-abBpj2VU8p6qlRzTU8o22q68MmOaZ4v8zZ4UlYl5YRU%3D' (2024-06-13)
→ 'github:nix-community/home-manager/d7830d05421d0ced83a0f007900898bdcaf2a2ca?narHash=sha256-SqiOz0sljM0GjyQEVinPXQxaGcbOXw5OgpCWGPgh/vo%3D' (2024-06-19)
• Updated input 'home-manager-stable':
'github:nix-community/home-manager/845a5c4c073f74105022533907703441e0464bc3?narHash=sha256-vWSkg6AMok1UUQiSYVdGMOXKD2cDFnajITiSi0Zjd1A%3D' (2024-06-04)
→ 'github:nix-community/home-manager/a1fddf0967c33754271761d91a3d921772b30d0e?narHash=sha256-BmO8d0r%2BBVlwWtMLQEYnwmngqdXIuyFzMwvmTcLMee8%3D' (2024-06-16)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/57d6973abba7ea108bac64ae7629e7431e0199b6?narHash=sha256-9YrUjdztqi4Gz8n3mBuqvCkMo4ojrA6nASwyIKWMpus%3D' (2024-06-12)
→ 'github:NixOS/nixpkgs/c00d587b1a1afbf200b1d8f0b0e4ba9deb1c7f0e?narHash=sha256-FUZpz9rg3gL8NVPKbqU8ei1VkPLsTIfAJ2fdAf5qjak%3D' (2024-06-18)
• Updated input 'nixpkgs-stable':
'github:NixOS/nixpkgs/cc54fb41d13736e92229c21627ea4f22199fee6b?narHash=sha256-US1tAChvPxT52RV8GksWZS415tTS7PV42KTc2PNDBmc%3D' (2024-06-12)
→ 'github:NixOS/nixpkgs/dd457de7e08c6d06789b1f5b88fc9327f4d96309?narHash=sha256-wM9v2yIxClRYsGHut5vHICZTK7xdrUGfrLkXvSuv6s4%3D' (2024-06-19)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-22 08:04:28 -04:00
github-actions[bot]
fed3b63f1e
chore(modules): update ports ( #233 )
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: getchoo <48872998+getchoo@users.noreply.github.com>
2024-06-22 07:45:31 -04:00
renovate[bot]
8c44408b01
ci: update determinatesystems/magic-nix-cache-action action to v7 ( #235 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 07:04:10 -04:00
renovate[bot]
047af94814
ci: update determinatesystems/flakehub-push action to v4 ( #234 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 07:03:54 -04:00
github-actions[bot]
73e06d5bd7
chore: update dev flake inputs ( #226 )
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/3d65009effd77cb0d6e7520b68b039836a7606cf?narHash=sha256-Sz8Wh9cAiD5FhL8UWvZxBfnvxETSCVZlqWSYWaCPyu0%3D' (2024-06-09)
→ 'github:nix-community/home-manager/8d5e27b4807d25308dfe369d5a923d87e7dbfda3?narHash=sha256-abBpj2VU8p6qlRzTU8o22q68MmOaZ4v8zZ4UlYl5YRU%3D' (2024-06-13)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/051f920625ab5aabe37c920346e3e69d7d34400e?narHash=sha256-4q0s6m0GUcN7q%2BY2DqD27iLvbcd1G50T2lv08kKxkSI%3D' (2024-06-07)
→ 'github:NixOS/nixpkgs/57d6973abba7ea108bac64ae7629e7431e0199b6?narHash=sha256-9YrUjdztqi4Gz8n3mBuqvCkMo4ojrA6nASwyIKWMpus%3D' (2024-06-12)
• Updated input 'nixpkgs-stable':
'github:NixOS/nixpkgs/2819fffa7fa42156680f0d282c60d81e8fb185b7?narHash=sha256-mJi4/gjiwQlSaxjA6AusXBN/6rQRaPCycR7bd8fydnQ%3D' (2024-06-09)
→ 'github:NixOS/nixpkgs/cc54fb41d13736e92229c21627ea4f22199fee6b?narHash=sha256-US1tAChvPxT52RV8GksWZS415tTS7PV42KTc2PNDBmc%3D' (2024-06-12)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-14 00:36:29 -04:00
github-actions[bot]
9086d39058
chore(modules): update ports ( #227 )
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: getchoo <48872998+getchoo@users.noreply.github.com>
2024-06-13 22:30:33 -04:00
github-actions[bot]
d34a94a17c
chore(modules): update ports ( #225 )
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: getchoo <48872998+getchoo@users.noreply.github.com>
2024-06-12 03:44:43 -04:00
Isabel
e55fb4262b
feat(home-manager): set hyprcursor ( #218 )
2024-06-10 18:28:46 -04:00
Xelden
85558d1638
feat(home-manager): add support for newsboat ( #217 )
2024-06-10 17:00:51 -04:00
github-actions[bot]
81297f18f1
chore: update dev flake inputs ( #213 )
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/2cacdd6a27477f1fa46b7026dd806de30f164d3b?narHash=sha256-Xr/oYk3vmyv2a/nY8o/Wd0MdLsI5vaC38Kris7CWunM%3D' (2024-06-04)
→ 'github:nix-community/home-manager/3d65009effd77cb0d6e7520b68b039836a7606cf?narHash=sha256-Sz8Wh9cAiD5FhL8UWvZxBfnvxETSCVZlqWSYWaCPyu0%3D' (2024-06-09)
• Updated input 'home-manager-stable':
'github:nix-community/home-manager/a631666f5ec18271e86a5cde998cba68c33d9ac6?narHash=sha256-rNObca6dm7Qs524O4st8VJH6pZ/Xe1gxl%2BRx6mcWYo0%3D' (2024-05-26)
→ 'github:nix-community/home-manager/845a5c4c073f74105022533907703441e0464bc3?narHash=sha256-vWSkg6AMok1UUQiSYVdGMOXKD2cDFnajITiSi0Zjd1A%3D' (2024-06-04)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/57610d2f8f0937f39dbd72251e9614b1561942d8?narHash=sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0%3D' (2024-05-31)
→ 'github:NixOS/nixpkgs/051f920625ab5aabe37c920346e3e69d7d34400e?narHash=sha256-4q0s6m0GUcN7q%2BY2DqD27iLvbcd1G50T2lv08kKxkSI%3D' (2024-06-07)
• Updated input 'nixpkgs-stable':
'github:NixOS/nixpkgs/b3b2b28c1daa04fe2ae47c21bb76fd226eac4ca1?narHash=sha256-evZPzpf59oNcDUXxh2GHcxHkTEG4fjae2ytWP85jXRo%3D' (2024-06-01)
→ 'github:NixOS/nixpkgs/2819fffa7fa42156680f0d282c60d81e8fb185b7?narHash=sha256-mJi4/gjiwQlSaxjA6AusXBN/6rQRaPCycR7bd8fydnQ%3D' (2024-06-09)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-10 16:59:55 -04:00
seth
4d4e7ce1aa
chore(home-manager): deprecate gtk module ( #206 )
...
https://github.com/catppuccin/gtk/issues/262
2024-06-10 16:47:35 -04:00
github-actions[bot]
c4dac42a4f
chore(modules): update ports ( #211 )
...
* chore: update ports
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(modules): update file paths
---------
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: getchoo <48872998+getchoo@users.noreply.github.com>
Co-authored-by: seth <getchoo@tuta.io>
2024-06-10 16:38:47 -04:00
Isabel
6336fb8ba1
fix(home-manager): gtk cursors are now lowercase ( #212 )
2024-06-10 15:54:48 -04:00
github-actions[bot]
0cdfa29b90
chore: update dev flake inputs ( #208 )
...
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/44677a1c96810a8e8c4ffaeaad10c842402647c1?narHash=sha256-4pRuzsHZOW5W4CsXI9uhKtiJeQSUoe1d2M9mWU98HC4%3D' (2024-05-12)
→ 'github:nix-community/home-manager/2cacdd6a27477f1fa46b7026dd806de30f164d3b?narHash=sha256-Xr/oYk3vmyv2a/nY8o/Wd0MdLsI5vaC38Kris7CWunM%3D' (2024-06-04)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/ad57eef4ef0659193044870c731987a6df5cf56b?narHash=sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs%3D' (2024-05-29)
→ 'github:NixOS/nixpkgs/57610d2f8f0937f39dbd72251e9614b1561942d8?narHash=sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0%3D' (2024-05-31)
• Updated input 'nixpkgs-stable':
'github:NixOS/nixpkgs/805a384895c696f802a9bf5bf4720f37385df547?narHash=sha256-F/TKWETwB5RaR8owkPPi%2BSPJh83AQsm6KrQAlJ8v/uA%3D' (2024-05-31)
→ 'github:NixOS/nixpkgs/b3b2b28c1daa04fe2ae47c21bb76fd226eac4ca1?narHash=sha256-evZPzpf59oNcDUXxh2GHcxHkTEG4fjae2ytWP85jXRo%3D' (2024-06-01)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-05 01:33:41 -04:00
seth
7518e00f23
ci: getchoo/update-npins@v0.1.1 -> v0.1.2 ( #210 )
2024-06-04 08:04:58 -04:00
seth
aebbd73353
ci: install npins for port updates ( #209 )
2024-06-04 07:48:43 -04:00
seth
534be878b3
ci: split port & flake input updates ( #207 )
2024-06-04 07:46:29 -04:00
seth
dc9553ef0b
feat(modules)!: bump minimum supported release to 24.05 ( #203 )
...
* chore(modules)!: bump minimum supported release to 24.05
* feat(modules): assert minimum supported version
2024-06-04 07:29:28 -04:00
Hammy
2c7661c9fa
ci(release-please): use action from googleapis ( #201 )
...
I confirmed that it shouldn't break anything
from looking at the documentation, but who
knows with release-please /shrug
2024-05-30 08:08:07 -04:00
renovate[bot]
96681f62fa
chore: Configure Renovate ( #199 )
...
* Add renovate.json
* chore(renovate): schedule weekly
* chore(dependabot): remove it
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sgoudham <sgoudham@gmail.com>
2024-05-28 23:11:17 +01:00
seth
296adaf933
feat(modules): add declarations ( #198 )
2024-05-28 04:15:28 -04:00
dependabot[bot]
ed79a45b47
ci: bump cachix/install-nix-action from 26 to 27 ( #197 )
...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action ) from 26 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases )
- [Commits](https://github.com/cachix/install-nix-action/compare/v26...V27 )
---
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-28 02:50:30 -04:00
Adrien Cosson
ba40680357
feat(home-manager): add support for cava themes with transparent background ( #191 )
2024-05-28 02:50:03 -04:00
Weathercold
144b70d50e
fix(nixos): sddm package not being installed ( #194 )
...
* chore: rename `mkFlavourOpt` to `mkFlavorOpt`
Missed by fea5242
* fix(nixos): sddm package not being installed
Never use attrset merge operator with `mk*` attrsets since the right hand attrset overrides the left
2024-05-28 02:49:04 -04:00
Jens Gatzweiler
f32e5ab2b5
feat(home-manager): add support for kvantum ( #175 )
2024-05-28 02:41:06 -04:00