Changeset 766b5e6 in dotfiles
- Timestamp:
- Jan 30, 2020, 7:15:18 PM (5 years ago)
- Branches:
- master
- Children:
- 480de5f
- Parents:
- 81ba67e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/config.scm
r81ba67e r766b5e6 15 15 docker) 16 16 17 (use-package-modules geo linux bash )17 (use-package-modules geo linux bash python) 18 18 19 19 ;; Run powertop --autotune on boot … … 43 43 (extra-special-file "/bin/bash" 44 44 (file-append bash "/bin/bash")) 45 (extra-special-file "/bin/python" 46 (file-append python "/bin/python")) 45 47 ;;%powertop-service 46 48 %desktop-services)) … … 52 54 %my-services)) 53 55 56 ;; Emacs + emacs packages 57 ;; Commented packages are missed in guix 58 (define %emacs 59 (map specification->package 60 '(;;"emacs-next" 61 "emacs" 62 "emacs-with-editor" 63 "emacs-use-package" 64 ;;"emacs-auto-package-update" 65 ;;"emacs-color-theme-sanityinc-tomorrow" 66 ;;"emacs-mood-line" 67 ;;"emacs-agressive-indent" 68 "emacs-guix" 69 "emacs-pdf-tools" 70 "emacs-magit" 71 ;;"emacs-magit-gitflow" 72 "emacs-undo-tree" 73 "emacs-magit-todos" 74 ;;"emacs-git-gutter+" 75 "emacs-ace-jump-mode" 76 "emacs-ido-vertical-mode" 77 "emacs-ido-completing-read+" 78 "emacs-ido-ubiquitous" 79 "emacs-amx" 80 "emacs-company" 81 "emacs-company-quickhelp" 82 "emacs-ivy" 83 ;;"emacs-swiper" 84 "emacs-projectile" 85 "emacs-dumb-jump" 86 "emacs-yasnippet" 87 "emacs-yasnippet-snippets" 88 "emacs-whitespace-cleanup-mode" 89 ;;"emacs-column-enforce-mode" 90 "emacs-editorconfig" 91 "emacs-sudo-edit" 92 "emacs-rainbow-delimiters" 93 "emacs-paredit" 94 "emacs-s" 95 "emacs-company-jedi" 96 "emacs-nodejs-repl" 97 "emacs-typescript-mode" 98 ;;"emacs-mwim" 99 ;;"emacs-vue-mode" 100 "emacs-haskell-mode" 101 ;;"emacs-intero" 102 "emacs-cider" 103 "emacs-org-bullets" 104 "emacs-org-pomodoro" 105 ;;"emacs-org-journal" 106 ;;"emacs-epresent" 107 ;;"emacs-flymd" 108 ;;"emacs-flycheck-lilypond" 109 ;;"emacs-erc" 110 "emacs-telega" 111 ;;"emacs-org-mime" 112 "emacs-pinentry" 113 "emacs-exec-path-from-shell" 114 "emacs-docker" 115 "emacs-debbugs" 116 ;;"emacs-keycast" 117 ;;"emacs-pos-tip" 118 "emacs-simple-httpd" 119 "emacs-js2-mode" 120 "emacs-web-mode" 121 "emacs-restclient" 122 "emacs-djvu" 123 "emacs-htmlize" 124 "emacs-ledger-mode" 125 "emacs-diminish" 126 ;;"emacs-smooth-scrolling"))) 127 54 128 (operating-system 55 129 (host-name "Libreboot") 56 130 (timezone "Europe/Moscow") 57 131 (locale "ru_RU.utf8") 58 ;;(kernel linux-libre-4.19)59 132 (kernel-arguments '("processor.max_cstate=1" ;Disable power savings 60 61 62 63 64 65 66 67 68 69 70 71 133 "intel_idle.max_cstate=0" ;(cstate 3-4 provides 134 ;high freq cpu noice) 135 "intremap=off" ;Fix for failed to map dmar2 136 "acpi=strict" 137 "splash" 138 "intel_iommu=on" 139 "i915.enable_dc=0" 140 "i915.modeset=1" 141 "i915.enable_psr=0" 142 "i915.enable_fbc=0" 143 "i915.fastboot=1" 144 "intel_agp")) 72 145 (initrd-modules (append '("i915") 73 146 %base-initrd-modules)) 74 147 (bootloader (bootloader-configuration 75 76 148 (bootloader grub-bootloader) 149 (target "/dev/sda"))) 77 150 78 151 (file-systems (cons* (file-system 79 80 81 82 152 (device (file-system-label "root")) 153 (mount-point "/") 154 (type "ext4")) 155 %base-file-systems)) 83 156 84 157 (swap-devices `("/dev/sda5")) 85 158 86 159 (users (cons (user-account 87 88 89 90 91 92 93 160 (name "w96k") 161 (group "users") 162 (supplementary-groups '("wheel" "netdev" 163 "audio" "video" 164 "docker")) 165 (home-directory "/home/w96k")) 166 %base-user-accounts)) 94 167 95 168 (packages 96 169 (append 170 %emacs 97 171 (map specification->package 98 '( 99 "bash" 100 "bash-completion" 101 "libva" 102 "libva-utils" 103 "intel-vaapi-driver" 104 "curl" 105 "mesa" 106 "mesa-headers" 107 "xorg-server" 108 "xf86-video-intel" 109 "libdrm" 110 "patchelf" 111 "binutils" 112 "glibc" 113 "stow" 114 "icecat" 115 "next" 116 "ratpoison" 117 "stumpwm" 118 "i3-wm" 119 "inputattach" 120 "font-dejavu" 121 "mailutils" 122 "font-terminus" 123 "emacs-no-x-toolkit" 124 "emacs-use-package" 125 "emacs-guix" 126 "emacs-pdf-tools" 127 "lilypond" 128 "fontconfig" 129 "git" 130 "darcs" 131 "htop" 132 "netcat" 133 "nss-certs" 134 "openssh" 135 "vim" 136 "xinit" 137 "xterm" 138 "xinit" 139 "rxvt-unicode" 140 "node" 141 "ruby" 142 "python" 143 "python-virtualenv" 144 "python-jedi" 145 "python-ipython" 146 "bundler" 147 "sbcl" 148 "docker" 149 "docker-cli" 150 "nix" 151 "postgresql" 152 "ghc" 153 "cabal-install" 154 "php" 155 "alsa-utils" 156 "mc" 157 "dmidecode" 158 "wayland" 159 "gnunet" 160 "adwaita-icon-theme" 161 "glibc-utf8-locales")) 172 '( 173 "bash" 174 "bash-completion" 175 "libva" 176 "libva-utils" 177 "intel-vaapi-driver" 178 "curl" 179 "mesa" 180 "mesa-headers" 181 "xorg-server" 182 "xf86-video-intel" 183 "libdrm" 184 "patchelf" 185 "binutils" 186 "gcc-toolchain" 187 "glibc" 188 "stow" 189 "icecat" 190 "next" 191 "ratpoison" 192 "stumpwm" 193 "i3-wm" 194 "inputattach" 195 "font-dejavu" 196 "mailutils" 197 "font-terminus" 198 "lilypond" 199 "fontconfig" 200 "git" 201 "darcs" 202 "htop" 203 "netcat" 204 "nss-certs" 205 "openssh" 206 "vim" 207 "xinit" 208 "xterm" 209 "xinit" 210 "rxvt-unicode" 211 "node" 212 "ruby" 213 "python" 214 "python-virtualenv" 215 "python-jedi" 216 "python-ipython" 217 "bundler" 218 "sbcl" 219 "docker" 220 "docker-cli" 221 "nix" 222 "postgresql" 223 "ghc" 224 "cabal-install" 225 "php" 226 "alsa-utils" 227 "mc" 228 "dmidecode" 229 "wayland" 230 "gnunet" 231 "adwaita-icon-theme" 232 "glibc-utf8-locales")) 162 233 %base-packages)) 163 234
Note:
See TracChangeset
for help on using the changeset viewer.