Changeset f30e1cd in dotfiles


Ignore:
Timestamp:
Sep 27, 2024, 9:35:21 PM (7 weeks ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Parents:
ead573e
Message:

Add phps channel and php packages to home config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/.dotfiles/home-configuration.scm

    read573e rf30e1cd  
    3333                              "python-wrapper"
    3434                              "php"
     35                              "xdebug-php-8.1"
     36                              "composer"
    3537                              "openjdk"
    3638                              "maven"
     
    4244                              "python-lsp-server"
    4345                              "python-jedi" ;; Looks a bit deprecated
     46                              "python-debugpy"
    4447                              "ruby-solargraph"
    4548                              "zig-zls"
     
    6063                              ;;"darktable"
    6164                              "global"
     65                              "emacs-eldoc"
     66                              "emacs-eldoc-box"
    6267                              "emacs-edbi"
    6368                              "emacs-edbi-sqlite"
     
    276281                                        (openpgp-fingerprint
    277282                                         "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"))))))
    278295                    ))))
    279296
Note: See TracChangeset for help on using the changeset viewer.