Ignore:
Timestamp:
Dec 12, 2024, 4:57:35 PM (5 weeks ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
eb58262
Parents:
f30e1cd
Message:

Update config

File:
1 edited

Legend:

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

    rf30e1cd r9bc0481  
    3333                              "python-wrapper"
    3434                              "php"
    35                               "xdebug-php-8.1"
    36                               "composer"
    37                               "openjdk"
    38                               "maven"
     35                              ;; "xdebug-php-8.1"
     36                              ;; "composer"
     37                              ;; "openjdk"
     38;;                            "maven"
    3939                              "sqls"
    4040                              "go"
     
    4646                              "python-debugpy"
    4747                              "ruby-solargraph"
    48                               "zig-zls"
    49                               "rust-analyzer"
    50                               "racket"
     48;;                            "zig-zls"
     49;;                            "rust-analyzer"
     50;;                            "racket"
    5151                              "gcc-toolchain"
    5252                              "clang-toolchain"
    5353                              "gdb"
    5454                              "valgrind"
    55                               "frama-c"
     55;;                            "frama-c"
    5656                              "kcachegrind"
    5757                              "dwarves"
     
    6363                              ;;"darktable"
    6464                              "global"
     65                              "emacs-vterm"
     66                              "emacs-vimrc-mode"
    6567                              "emacs-eldoc"
    6668                              "emacs-eldoc-box"
     
    7072                              "emacs-dumb-jump"
    7173                              "emacs-goto-chg"
     74                              "emacs-go-mode"
    7275                              "emacs-repology"
    7376                              "emacs-syslog-mode"
     
    126129                              "git"
    127130                              ;; "wkz-emacs"
     131                              "vim-full"
    128132                              "emacs-no-x-toolkit"
    129133                              "emacs-gptel"
    130134                              "emacs-nix-mode"
    131135                              "lm-sensors"
     136                              "hddtemp"
    132137                              "htop"
    133138                              "make"
     
    154159                              "pinentry"
    155160                              "pinentry-emacs"
     161                              "pinentry-gtk2"
    156162                              ;;"texlive"
    157163                              "fetchmail"
     
    169175                              "font-gnu-unifont"
    170176
    171                               "proxychains-ng"
     177;;                            "proxychains-ng"
    172178                              "ungoogled-chromium"
    173179                              "torbrowser"
    174180                              "icecat"
     181                              "icedove"
    175182                              "librewolf"
    176183                              "nyxt"
     
    179186                              "ublock-origin-chromium"
    180187                              "noscript-icecat"
    181                               "browserpass-native"
    182188                             
    183189                              "keepassxc-browser-icecat"
    184190                              "keepassxc"
    185191
     192                              "cryptsetup"
    186193                              "restic"
     194                              "borg"
     195                              "borgmatic"
     196                              "vorta"
    187197                              "btrbk"
    188198
     
    191201                              "password-store"
    192202
    193                               "musescore"
     203                              ;; "musescore"
    194204                              "schismtracker"
    195205                              "workrave"
     
    207217                              "yt-dlp"
    208218                              "emacs-ytdl"
     219
     220                              "virt-manager"
    209221
    210222                              ;; "wkz-php"
     
    233245
    234246                    ;; (service home-x11-display-service-type)
    235                     (service home-gpg-agent-service-type)
     247                    ;; (service home-gpg-agent-service-type)
     248                    (service home-gpg-agent-service-type
     249                             (home-gpg-agent-configuration
     250                              (pinentry-program
     251                               (file-append pinentry-emacs "/bin/pinentry-emacs"))
     252                              (extra-content "enable-ssh-support")
     253                              (ssh-support? #t)))
     254
    236255
    237256                    ;;   (service home-unclutter-service-type
     
    245264                    (service home-startx-command-service-type
    246265                             (xorg-configuration (keyboard-layout (keyboard-layout "us,ru"
    247                                                                                    #:options '("grp:shifts_toggle" "ctrl:nocaps")))))
     266                                                                                   #:options '("grp:shifts_toggle" "ctrl:nocaps" "ctrl:escape")))))
    248267
    249268                    (service home-dotfiles-service-type
     
    256275                                             "/home/w96k/projects/dotfiles/cvs"
    257276                                             "/home/w96k/projects/dotfiles/guix"
    258                                              "/home/w96k/projects/dotfiles/ssh"
     277                                             "/home/w96k/projects/dotfiles/vim"
     278                                             ;; "/home/w96k/projects/dotfiles/ssh"
    259279                                             ))))
    260280
     
    270290                               ("nano/nanorc" ,%default-nanorc)))
    271291
    272                     (simple-service 'nonguix-service
    273                                     home-channels-service-type
    274                                     (list
    275                                      (channel
    276                                       (name 'nonguix)
    277                                       (url "https://gitlab.com/nonguix/nonguix")
    278                                       (introduction
    279                                        (make-channel-introduction
    280                                         "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
    281                                         (openpgp-fingerprint
    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"))))))
     292                    ;; (simple-service 'nonguix-service
     293                    ;;              home-channels-service-type
     294                    ;;              (list
     295                    ;;               (channel
     296                    ;;                (name 'nonguix)
     297                    ;;                (url "https://gitlab.com/nonguix/nonguix")
     298                    ;;                (introduction
     299                    ;;                 (make-channel-introduction
     300                    ;;                  "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
     301                    ;;                  (openpgp-fingerprint
     302                    ;;                   "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))
     303
     304                    ;; (simple-service 'phps-service
     305                    ;;              home-channels-service-type
     306                    ;;              (list
     307                    ;;               (channel
     308                    ;;                (name 'guix-phps)
     309                    ;;                (url "https://github.com/Nazar65/guix-phps-channel")
     310                    ;;                (introduction
     311                    ;;                 (make-channel-introduction
     312                    ;;                  "4e547cbb9391b5fe1b2a9fbc5efa4d5bec2d646f"
     313                    ;;                  (openpgp-fingerprint
     314                    ;;                   "4441 0743 6E32 EE9F F20A  753F B510 AA5B 74EA F294"))))))
    295315                    ))))
    296316
Note: See TracChangeset for help on using the changeset viewer.