71a87bbaf4
feat(hyprlock): Remove Hyprlock
2024-10-20 10:17:51 -07:00
d4c3806c8f
feat(hyprland): Catppuccin -> Rose Pine
2024-10-19 23:39:46 -07:00
57afe4a40e
feat(helix): Catppuccin -> Rose Pine
2024-10-19 23:02:44 -07:00
09b2d0f6c4
feat(gtk): Catppuccin -> Rose Pine
2024-10-19 22:41:57 -07:00
8330baa99f
feat(home-manager): Update globals to Rose Pine
2024-10-19 22:07:48 -07:00
14e660df08
feat(glamour): Remove Glamour
2024-10-19 22:04:40 -07:00
9e2b868081
feat(gitui): Remove gitui
2024-10-19 22:03:51 -07:00
c202d1e3c8
feat(gh-dash): Remove gh-dash
2024-10-19 22:02:22 -07:00
1c6a265081
feat(fzf): Catppuccin -> Rose Pine
2024-10-19 22:00:01 -07:00
04dc34f1db
feat(fuzzel): Remove Fuzzel
2024-10-19 20:49:16 -07:00
2e5fabb018
feat(freetube): Remove FreeTube
2024-10-19 20:48:07 -07:00
127d492d5a
feat(foot): Catppuccin -> Rose Pine
2024-10-19 20:38:50 -07:00
ac3a0ba204
feat(fish): Catppuccin -> Rose Pine
CI / Format Nix files (push) Waiting to run
CI / Test Modules (push) Waiting to run
CI / Validate sources (push) Waiting to run
Release / Make release (push) Waiting to run
Release / Publish to Flake registries (push) Blocked by required conditions
Build & deploy website / Deploy website (push) Blocked by required conditions
Build & deploy website / Build site (push) Waiting to run
2024-10-19 20:33:32 -07:00
9479745881
feat(fcitx5): Catppuccin -> Rose Pine
2024-10-19 19:48:53 -07:00
db4860d283
feat(dunst): Catppuccin -> Rose Pine
2024-10-19 19:37:03 -07:00
2841326f0a
feat(delta): Remove delta
2024-10-19 19:26:35 -07:00
f0fb2cc974
feat(cursor): Catppuccin -> Rose Pine
2024-10-19 18:04:37 -07:00
aa407e12b5
feat(cava): Catppuccin -> Rose Pine
CI / Format Nix files (push) Waiting to run
CI / Test Modules (push) Waiting to run
CI / Validate sources (push) Waiting to run
Release / Publish to Flake registries (push) Blocked by required conditions
Release / Make release (push) Waiting to run
Build & deploy website / Build site (push) Waiting to run
Build & deploy website / Deploy website (push) Blocked by required conditions
2024-10-19 17:45:25 -07:00
04374c0bc2
feat(btop): Catppuccin -> Rose Pine
2024-10-19 17:40:44 -07:00
3a829096c2
feat: Remove bottom
...
Rose Pine does not have an official bottom port.
2024-10-19 17:39:32 -07:00
035cd48f6b
fix: Remove reference to deleted aerc module
2024-10-19 17:39:31 -07:00
82e69967ed
feat(bat): Catppuccin -> Rose Pine
2024-10-19 17:39:20 -07:00
b79da5a923
feat(alacritty): Catppuccin -> Rose Pine
2024-10-19 17:38:49 -07:00
326ef12cfe
feat: Update base module name to rose-pine
2024-10-19 10:53:12 -07:00
847491e797
feat: Remove aerc
2024-10-19 10:44:04 -07:00
Ben Brown
96cf8b4a05
feat(home-manager): add support for aerc ( #338 )
2024-10-08 13:10:14 -04:00
Weathercold
65f2a8a364
fix(home-manager/hyprland): import accents from file ( #347 )
...
Ensure accents are defined before user vars
Partially reverts 512306ae
2024-10-08 12:59:36 -04:00
github-actions[bot]
c0a887d347
style: format 966af28
2024-09-21 20:43:36 +00:00
SchweGELBin
966af28f2d
feat(home-manager/mako): add accent color support ( #323 )
...
* feat(mako): add accent color support
* fix(mako): updated theme path
* chore(mako): update source
* fix(mako): add accent option
2024-09-21 16:43:11 -04:00
github-actions[bot]
78342d11f1
style: format 76dd2b2
2024-09-21 20:37:33 +00:00
arminius-smh
76dd2b2e1f
feat(home-manager): add support for obs-studio ( #324 )
2024-09-21 16:37:04 -04:00
Anomalocaridid
6effc32e61
feat(home-manager): add support for freetube ( #327 )
2024-09-21 16:29:48 -04:00
github-actions[bot]
85a6ef0294
style: format f91de98
2024-09-21 20:28:56 +00:00
oli
f91de989e9
fix(home-manager/kitty): use new themeFile
option on 24.11 ( #337 )
...
* fix(home-manager/kitty): use new `themeFile` option on 24.11
* docs: remove kitty from IFD section in faq
latest home-manager no longer uses IFD in the kitty module
* chore: update home-manager dev flake input
---------
Co-authored-by: seth <getchoo@tuta.io>
2024-09-21 16:28:29 -04:00
Willow
faea883811
feat(home-manager): add support for hyprlock ( #330 )
...
* feat(home-manager): add support for hyprlock
* feat(hyprlock): enable in tests
* refactor(hyprlock): disable darwin tests
2024-09-21 16:28:10 -04:00
Ryan Cao
45745fe596
feat(home-manager/fzf): add accent support ( #331 )
2024-09-05 00:19:43 -04:00
github-actions[bot]
3e844a65a4
style: format 0047cf5
2024-08-23 10:53:42 +00:00
Alejandro Angulo
0047cf5816
fix(home-manager/k9s): support darwin without XDG ( #311 )
...
* fix(home-manager/k9s): k9s on darwin with xdg disabled
k9s expects configuration files on OS X to live in
`~/Library/Application Support/k9s` instead of `~/.config.k9s`. This
commit handles the case where the module is built for a darwin system
with xdg disabled.
* Refactored
- More closely matches the upstream module in home-manager
- Formatted with nixfmt-rfc-style
* Added missing parentheses
Co-authored-by: seth <getchoo@tuta.io>
---------
Co-authored-by: seth <getchoo@tuta.io>
2024-08-23 06:53:12 -04:00
Alejandro Angulo
8886a68eda
fix(home-manager/lazygit): support darwin without XDG ( #313 )
...
* fix(home-manager/lazygit): support darwin without XDG
Lazygit would fail to load becase the wrong path was being generated to
the configuration file on darwin systems when XDG wasn't enabled.
* Refactored
* fix(home-manager/lazygit): actually use xdg directory when it's enabled
---------
Co-authored-by: seth <getchoo@tuta.io>
2024-08-20 08:17:35 -04:00
Wölfchen
ff4128f8ea
feat(home-manager): add support for spotify-player ( #296 )
...
* feat(home-manager): add support for spotify-player
* fix: make use of `inherit`
Co-authored-by: seth <getchoo@tuta.io>
* feat(spotify-player): enable in tests
* chore: update spotify-player input
---------
Co-authored-by: seth <getchoo@tuta.io>
2024-08-19 02:26:08 -04:00
vdbe
32326f7b9b
chore(home-manager/tmux): follow upstream spelling change ( #315 )
2024-08-18 18:35:31 -04:00
github-actions[bot]
3c3196c8c7
chore(modules): update ports ( #307 )
...
* chore(modules): update ports
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(home-manager/starship): use new config file path
* fix(home-manager/mako): use new theme path
---------
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-08-18 18:34:54 -04:00
Isabel
552056779a
fix(home-manager/gtk): support all tweaks ( #274 )
2024-08-14 23:10:25 -04:00
github-actions[bot]
57d7153caa
style: format b1e6a8c
2024-08-15 03:06:25 +00:00
Ian
b1e6a8cbf1
fix(home-manager/hyprland): allow merging sources
option ( #309 )
2024-08-14 23:05:58 -04:00
Anomalocaridid
9fdb8aaf65
fix(home-manager/dunst): avoid IFD ( #302 )
2024-08-14 23:02:56 -04:00
Anomalocaridid
66f4ea1700
fix(home-manager/lazygit): avoid IFD ( #304 )
2024-08-06 22:22:14 -04:00
Anomalocaridid
f1ccaad444
fix(home-manager/mpv): avoid IFD ( #303 )
...
* chore(home-manager/mpv): update mpv port
* fix(home-manager/mpv): avoid ifd
2024-08-06 21:43:33 -04:00
Anomalocaridid
afe2c4c865
fix(home-manager/tofi): avoid IFD ( #301 )
2024-08-06 21:38:36 -04:00
Anomalocaridid
38df8bf46f
fix(home-manager/foot): avoid IFD ( #300 )
2024-08-06 21:37:42 -04:00