Changeset fc6fa17 in dotfiles for guix/.dotfiles/home-configuration.scm
- Timestamp:
- Sep 6, 2024, 3:49:57 AM (2 months ago)
- Branches:
- master
- Children:
- 5211578
- Parents:
- fde9de8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.dotfiles/home-configuration.scm
rfde9de8 rfc6fa17 20 20 (define wkz-home (home-environment 21 21 (packages (specifications->packages (list 22 "guix"22 "mg" 23 23 "ratpoison" 24 "xterm" 25 "screen" 24 26 "xdot" 25 27 "graphviz" 26 28 "sed" 27 "darktable" 29 ;;"darktable" 30 31 "global" 32 "emacs-ggtags" 33 "emacs-semantic-refactor" 28 34 "openssh" 29 35 "docker-compose" … … 33 39 "emacs-xterm-color" 34 40 "emacs-lsp-mode" 41 35 42 "emacs-helm" 43 "emacs-helm-gtags" 44 36 45 "emacs-magit" 37 46 "emacs-git-timemachine" … … 42 51 "emacs-mastodon" 43 52 "emacs-org-roam" 53 "emacs-undo-tree" 54 "emacs-expand-region" 55 56 "emacs-nyxt" 57 "nyxt" 44 58 45 59 "guile" … … 50 64 51 65 ;;"emacs-telega" 66 ;;"emacs-telega-contrib" 52 67 "emacs-guix" 53 68 "emacs-simple-httpd" 54 69 "emacs-osm" 70 "translate-shell" 55 71 "wget" 56 72 "bitcoin-core" 73 "monero" 74 "monero-gui" 57 75 "xrandr" 58 76 "unzip" 59 77 "zip" 60 78 "mpv" 79 "ffmpeg" 61 80 "emacs-rmsbolt" 62 81 "git" … … 70 89 "emacs-simple-httpd" 71 90 "emacs-guix" 72 "gimp"91 ;;"gimp" 73 92 "imagemagick" 74 93 "stow" 75 "icecat"94 ;;"icecat" 76 95 "smartmontools" 77 96 "lshw" … … 88 107 "grep" 89 108 "xlockmore" 90 "bitcoin-core"91 109 "x11-ssh-askpass" 92 110 "pinentry-emacs" 93 "texlive"111 ;;"texlive" 94 112 "fetchmail" 95 113 "gnupg" … … 97 115 98 116 "universal-ctags" 117 99 118 "c-intro-and-ref" 119 "sicp" 120 121 "font-xfree86-type1" 122 "xlsfonts" 123 "font-alias" 100 124 ;; "wkz-php" 101 125 ;; "wkz-python" … … 125 149 )) 126 150 127 (service home-redshift-service-type128 (home-redshift-configuration129 (location-provider 'manual)130 (latitude 41.71)131 (longitude 44.82)132 ))151 ;; (service home-redshift-service-type 152 ;; (home-redshift-configuration 153 ;; (location-provider 'manual) 154 ;; (latitude 41.71) 155 ;; (longitude 44.82) 156 ;; )) 133 157 134 158 ;; (service home-x11-display-service-type) … … 139 163 (ssh-support? #t))) 140 164 141 (service home-unclutter-service-type142 (home-unclutter-configuration143 (idle-timeout 1)))165 ;; (service home-unclutter-service-type 166 ;; (home-unclutter-configuration 167 ;; (idle-timeout 1))) 144 168 145 169 (service home-openssh-service-type
Note:
See TracChangeset
for help on using the changeset viewer.