aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-11-21 19:23:12 +0100
committerTimo Wilken2023-11-21 19:23:32 +0100
commit4fb486beb38389d79fbe889439527664ecfb57c0 (patch)
tree2eae4a41aae70e25b9baaac7b8689e1e6dbdb65f /tw
parent5288f5aa553d1851efd468630b202d335b8a630a (diff)
Fix spacing in (tw packages catppuccin)
Diffstat (limited to 'tw')
-rw-r--r--tw/packages/catppuccin.scm46
1 files changed, 23 insertions, 23 deletions
diff --git a/tw/packages/catppuccin.scm b/tw/packages/catppuccin.scm
index 78647ece..ae2675e3 100644
--- a/tw/packages/catppuccin.scm
+++ b/tw/packages/catppuccin.scm
@@ -165,28 +165,28 @@ Cursors with a Catppuccin palettes.")
(let ((commit "494c8576b17626a7b2c7a43cec8e6133a5e9c482")
(revision "1"))
(package
- (name "catppuccin-kde-theme")
- ;; See info '(guix)Version Numbers' for advice.
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/catppuccin/kde")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256 (base32 "07wizfbr0w23546n2skf8c33nayzxv044spbwrprjmh8sy7v6m7w"))))
- (build-system copy-build-system)
- (arguments
- '(#:install-plan
- '(("Frappe/CatppuccinFrappe.colors" "share/color-schemes/")
- ("Latte/CatppuccinLatte.colors" "share/color-schemes/")
- ("Macchiato/CatppuccinMacchiato.colors" "share/color-schemes/")
- ("Mocha/CatppuccinMocha.colors" "share/color-schemes/")
- ("LICENSE" "share/doc/catppuccin-kde-theme/"))))
- (home-page "https://github.com/catppuccin/cursors")
- (synopsis "Soothing pastel mouse cursors")
- (description "Soothing pastel cursor theme using the Catppuccin
+ (name "catppuccin-kde-theme")
+ ;; See info '(guix)Version Numbers' for advice.
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/catppuccin/kde")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256 (base32 "07wizfbr0w23546n2skf8c33nayzxv044spbwrprjmh8sy7v6m7w"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan
+ '(("Frappe/CatppuccinFrappe.colors" "share/color-schemes/")
+ ("Latte/CatppuccinLatte.colors" "share/color-schemes/")
+ ("Macchiato/CatppuccinMacchiato.colors" "share/color-schemes/")
+ ("Mocha/CatppuccinMocha.colors" "share/color-schemes/")
+ ("LICENSE" "share/doc/catppuccin-kde-theme/"))))
+ (home-page "https://github.com/catppuccin/cursors")
+ (synopsis "Soothing pastel mouse cursors")
+ (description "Soothing pastel cursor theme using the Catppuccin
color palette. This project is just a modification of Volantes
Cursors with a Catppuccin palettes.")
- (license license:gpl2))))
+ (license license:gpl2))))