diff options
| author | seth <[email protected]> | 2023-12-16 19:58:05 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-16 19:59:38 -0500 |
| commit | f08bc8913ada04bc29282424417b870b02a1e27b (patch) | |
| tree | e22ff9f801b8680177e59b135c87bf4959e1ef39 /flake.nix | |
| parent | 24508cc5c8e6964fbc30ef6194f6e8cb5bc59ae1 (diff) | |
flake: update catppuccin
Flake lock file updates:
• Updated input 'catppuccin':
'github:Stonks3141/ctp-nix/cceb51991e943e15b58d1d2483f93d5025ac1dd8' (2023-11-04)
→ 'github:Stonks3141/ctp-nix/4a76ba2815b6db301597630d14e4e40f4fb5fb0f' (2023-12-17)
• Removed input 'catppuccin/home-manager'
• Removed input 'catppuccin/nixpkgs'
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -38,13 +38,7 @@ }; }; - catppuccin = { - url = "github:Stonks3141/ctp-nix"; - inputs = { - nixpkgs.follows = "nixpkgs"; - home-manager.follows = "hm"; - }; - }; + catppuccin.url = "github:Stonks3141/ctp-nix"; deploy = { url = "github:serokell/deploy-rs"; |
