Changeset 677da09 in dotfiles


Ignore:
Timestamp:
Dec 16, 2024, 10:00:07 PM (5 weeks ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
85b8279
Parents:
eb58262
Message:

Add droidian builds

Location:
guix
Files:
2 edited

Legend:

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

    reb58262 r677da09  
    4242                              "gopls"
    4343                              "delve"
    44                               "python-lsp-server"
     44                              ;; "python-lsp-server"
    4545                              "python-jedi" ;; Looks a bit deprecated
    4646                              "python-debugpy"
     
    105105                              "emacs-imenu-list"
    106106
    107                               "emacs-nyxt"
     107                              ;; "emacs-nyxt"
    108108
    109109                              "guile"
     
    141141                              "emacs-hyperbole"
    142142                              "emacs-php-mode"
    143                               "gimp"
     143                              ;; "gimp"
    144144                              "imagemagick"
    145145                              "stow"
     
    159159                              "pinentry"
    160160                              "pinentry-emacs"
    161                               "pinentry-gtk2"
     161                              ;; "pinentry-gtk2"
    162162                              ;;"texlive"
    163163                              "fetchmail"
     
    176176
    177177;;                            "proxychains-ng"
    178                               "ungoogled-chromium"
    179                               "torbrowser"
     178                              ;; "ungoogled-chromium"
     179                              ;; "torbrowser"
    180180                              "icecat"
    181                               "icedove"
    182                               "librewolf"
    183                               "nyxt"
     181                              ;; "icedove"
     182                              ;; "librewolf"
     183                              ;; "nyxt"
    184184                              "netsurf"
    185185                              "ublock-origin-icecat"
     
    193193                              "restic"
    194194                              "borg"
    195                               "borgmatic"
    196                               "vorta"
    197                               "btrbk"
     195                              ;; "borgmatic"
    198196
    199197                              "emacs-helm-pass"
     
    203201                              ;; "musescore"
    204202                              "schismtracker"
    205                               "workrave"
     203                              ;; "workrave"
    206204                              "flatpak"
    207205                              "utox"
  • guix/config-desktop.scm

    reb58262 r677da09  
    118118   (map
    119119    specification->package
    120     '("font-gnu-freefont" "font-gnu-unifont" "nix" "virt-manager" "bridge-utils" "xmodmap" "gvfs" "ovmf-x86-64" "efibootmgr"
     120    '("font-gnu-freefont" "font-gnu-unifont" "virt-manager" "bridge-utils" "xmodmap" "gvfs" "ovmf-x86-64" "efibootmgr"
    121121      "cryptsetup" "mdadm"))
    122122   %base-packages))
     
    209209                                                         (inherit config)
    210210                                                         (authorized-keys (append (list
     211(plain-file "droidian"
    211212"(public-key
    212213 (ecc
     
    215216  )
    216217 )
    217 "
    218 
    219 ;; nonguix
    220 ;; "(public-key
    221 ;;  (ecc
    222 ;;   (curve Ed25519)
    223 ;;   (q #C1FD53E5D4CE971933EC50C9F307AE2171A2D3B52C804642A7A35F84F3A4EA98#)
    224 ;;   )
    225 ;;  )"
     218")
    226219                                                                                        ) %default-authorized-guix-keys))
    227220                                                         ;; (substitute-urls
Note: See TracChangeset for help on using the changeset viewer.