diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-09 04:52:01 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-09 04:52:01 -0700 |
| commit | 67f8024c58eeb75cf4203371010021000440af06 (patch) | |
| tree | 30705bc32e142ec5104fce053a053fc8a90bd8d9 /flake.nix | |
| parent | 6c0429a7e7f2ec2ab45a059ee86ab065fca77e97 (diff) | |
home-manager cannot support simultaneous adding and importing themes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -125,10 +125,10 @@ url = "github:catppuccin/alacritty"; flake = false; }; - catppuccin-helix = { - url = "github:catppuccin/helix"; - flake = false; - }; + # catppuccin-helix = { + # url = "github:catppuccin/helix"; + # flake = false; + # }; catppuccin-starship = { url = "github:catppuccin/starship"; flake = false; |
