Changeset f30e1cd in dotfiles for guix/.dotfiles/home-configuration.scm
- Timestamp:
- Sep 27, 2024, 9:35:21 PM (7 weeks ago)
- Branches:
- master
- Parents:
- ead573e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.dotfiles/home-configuration.scm
read573e rf30e1cd 33 33 "python-wrapper" 34 34 "php" 35 "xdebug-php-8.1" 36 "composer" 35 37 "openjdk" 36 38 "maven" … … 42 44 "python-lsp-server" 43 45 "python-jedi" ;; Looks a bit deprecated 46 "python-debugpy" 44 47 "ruby-solargraph" 45 48 "zig-zls" … … 60 63 ;;"darktable" 61 64 "global" 65 "emacs-eldoc" 66 "emacs-eldoc-box" 62 67 "emacs-edbi" 63 68 "emacs-edbi-sqlite" … … 276 281 (openpgp-fingerprint 277 282 "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))))) 283 284 (simple-service 'phps-service 285 home-channels-service-type 286 (list 287 (channel 288 (name 'guix-phps) 289 (url "https://github.com/Nazar65/guix-phps-channel") 290 (introduction 291 (make-channel-introduction 292 "4e547cbb9391b5fe1b2a9fbc5efa4d5bec2d646f" 293 (openpgp-fingerprint 294 "4441 0743 6E32 EE9F F20A 753F B510 AA5B 74EA F294")))))) 278 295 )))) 279 296
Note:
See TracChangeset
for help on using the changeset viewer.