Changeset 677da09 in dotfiles
- Timestamp:
- Dec 16, 2024, 10:00:07 PM (5 weeks ago)
- Branches:
- master
- Children:
- 85b8279
- Parents:
- eb58262
- Location:
- guix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.dotfiles/home-configuration.scm
reb58262 r677da09 42 42 "gopls" 43 43 "delve" 44 "python-lsp-server"44 ;; "python-lsp-server" 45 45 "python-jedi" ;; Looks a bit deprecated 46 46 "python-debugpy" … … 105 105 "emacs-imenu-list" 106 106 107 "emacs-nyxt"107 ;; "emacs-nyxt" 108 108 109 109 "guile" … … 141 141 "emacs-hyperbole" 142 142 "emacs-php-mode" 143 "gimp"143 ;; "gimp" 144 144 "imagemagick" 145 145 "stow" … … 159 159 "pinentry" 160 160 "pinentry-emacs" 161 "pinentry-gtk2"161 ;; "pinentry-gtk2" 162 162 ;;"texlive" 163 163 "fetchmail" … … 176 176 177 177 ;; "proxychains-ng" 178 "ungoogled-chromium"179 "torbrowser"178 ;; "ungoogled-chromium" 179 ;; "torbrowser" 180 180 "icecat" 181 "icedove"182 "librewolf"183 "nyxt"181 ;; "icedove" 182 ;; "librewolf" 183 ;; "nyxt" 184 184 "netsurf" 185 185 "ublock-origin-icecat" … … 193 193 "restic" 194 194 "borg" 195 "borgmatic" 196 "vorta" 197 "btrbk" 195 ;; "borgmatic" 198 196 199 197 "emacs-helm-pass" … … 203 201 ;; "musescore" 204 202 "schismtracker" 205 "workrave"203 ;; "workrave" 206 204 "flatpak" 207 205 "utox" -
guix/config-desktop.scm
reb58262 r677da09 118 118 (map 119 119 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" 121 121 "cryptsetup" "mdadm")) 122 122 %base-packages)) … … 209 209 (inherit config) 210 210 (authorized-keys (append (list 211 (plain-file "droidian" 211 212 "(public-key 212 213 (ecc … … 215 216 ) 216 217 ) 217 " 218 219 ;; nonguix 220 ;; "(public-key 221 ;; (ecc 222 ;; (curve Ed25519) 223 ;; (q #C1FD53E5D4CE971933EC50C9F307AE2171A2D3B52C804642A7A35F84F3A4EA98#) 224 ;; ) 225 ;; )" 218 ") 226 219 ) %default-authorized-guix-keys)) 227 220 ;; (substitute-urls
Note:
See TracChangeset
for help on using the changeset viewer.