Changeset 9bc0481 in dotfiles for guix/.dotfiles/home-configuration.scm
- Timestamp:
- Dec 12, 2024, 4:57:35 PM (5 weeks ago)
- Branches:
- master
- Children:
- eb58262
- Parents:
- f30e1cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.dotfiles/home-configuration.scm
rf30e1cd r9bc0481 33 33 "python-wrapper" 34 34 "php" 35 "xdebug-php-8.1"36 "composer"37 "openjdk"38 "maven"35 ;; "xdebug-php-8.1" 36 ;; "composer" 37 ;; "openjdk" 38 ;; "maven" 39 39 "sqls" 40 40 "go" … … 46 46 "python-debugpy" 47 47 "ruby-solargraph" 48 "zig-zls"49 "rust-analyzer"50 "racket"48 ;; "zig-zls" 49 ;; "rust-analyzer" 50 ;; "racket" 51 51 "gcc-toolchain" 52 52 "clang-toolchain" 53 53 "gdb" 54 54 "valgrind" 55 "frama-c"55 ;; "frama-c" 56 56 "kcachegrind" 57 57 "dwarves" … … 63 63 ;;"darktable" 64 64 "global" 65 "emacs-vterm" 66 "emacs-vimrc-mode" 65 67 "emacs-eldoc" 66 68 "emacs-eldoc-box" … … 70 72 "emacs-dumb-jump" 71 73 "emacs-goto-chg" 74 "emacs-go-mode" 72 75 "emacs-repology" 73 76 "emacs-syslog-mode" … … 126 129 "git" 127 130 ;; "wkz-emacs" 131 "vim-full" 128 132 "emacs-no-x-toolkit" 129 133 "emacs-gptel" 130 134 "emacs-nix-mode" 131 135 "lm-sensors" 136 "hddtemp" 132 137 "htop" 133 138 "make" … … 154 159 "pinentry" 155 160 "pinentry-emacs" 161 "pinentry-gtk2" 156 162 ;;"texlive" 157 163 "fetchmail" … … 169 175 "font-gnu-unifont" 170 176 171 "proxychains-ng"177 ;; "proxychains-ng" 172 178 "ungoogled-chromium" 173 179 "torbrowser" 174 180 "icecat" 181 "icedove" 175 182 "librewolf" 176 183 "nyxt" … … 179 186 "ublock-origin-chromium" 180 187 "noscript-icecat" 181 "browserpass-native"182 188 183 189 "keepassxc-browser-icecat" 184 190 "keepassxc" 185 191 192 "cryptsetup" 186 193 "restic" 194 "borg" 195 "borgmatic" 196 "vorta" 187 197 "btrbk" 188 198 … … 191 201 "password-store" 192 202 193 "musescore"203 ;; "musescore" 194 204 "schismtracker" 195 205 "workrave" … … 207 217 "yt-dlp" 208 218 "emacs-ytdl" 219 220 "virt-manager" 209 221 210 222 ;; "wkz-php" … … 233 245 234 246 ;; (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 236 255 237 256 ;; (service home-unclutter-service-type … … 245 264 (service home-startx-command-service-type 246 265 (xorg-configuration (keyboard-layout (keyboard-layout "us,ru" 247 #:options '("grp:shifts_toggle" "ctrl:nocaps" )))))266 #:options '("grp:shifts_toggle" "ctrl:nocaps" "ctrl:escape"))))) 248 267 249 268 (service home-dotfiles-service-type … … 256 275 "/home/w96k/projects/dotfiles/cvs" 257 276 "/home/w96k/projects/dotfiles/guix" 258 "/home/w96k/projects/dotfiles/ssh" 277 "/home/w96k/projects/dotfiles/vim" 278 ;; "/home/w96k/projects/dotfiles/ssh" 259 279 )))) 260 280 … … 270 290 ("nano/nanorc" ,%default-nanorc))) 271 291 272 (simple-service 'nonguix-service273 home-channels-service-type274 (list275 (channel276 (name 'nonguix)277 (url "https://gitlab.com/nonguix/nonguix")278 (introduction279 (make-channel-introduction280 "897c1a470da759236cc11798f4e0a5f7d4d59fbc"281 (openpgp-fingerprint282 "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))283 284 (simple-service 'phps-service285 home-channels-service-type286 (list287 (channel288 (name 'guix-phps)289 (url "https://github.com/Nazar65/guix-phps-channel")290 (introduction291 (make-channel-introduction292 "4e547cbb9391b5fe1b2a9fbc5efa4d5bec2d646f"293 (openpgp-fingerprint294 "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")))))) 295 315 )))) 296 316
Note:
See TracChangeset
for help on using the changeset viewer.