Changeset fc6fa17 in dotfiles
- Timestamp:
- Sep 6, 2024, 3:49:57 AM (2 months ago)
- Branches:
- master
- Children:
- 5211578
- Parents:
- fde9de8
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
X/.Xdefaults
rfde9de8 rfc6fa17 47 47 xterm*locale: true 48 48 xterm*vt100.locale: true 49 xterm*font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 49 ! xterm*font: x:-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1 50 ! xterm*font: x:-misc-fixed-bold-r-normal--15-*-75-75-c-90-iso10646-1 51 xterm*font: x:-adobe-courier-bold-r-normal--14-*-75-75-m-90-iso10646-1 52 xterm*boldMode: false 53 ! xterm*font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 50 54 ! xterm*boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1 51 55 xterm*vt100.allowBoldFonts: True … … 62 66 xterm.pointerColor: red 63 67 64 *font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 68 ! *font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 69 ! *font: x:-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1 70 *font: -adobe-courier-bold-r-normal--14-*-75-75-m-90-iso10646-1 71 *boldFont: x:-adobe-courier-bold-r-normal--14-*-75-75-m-90-iso10646-1 72 *boldMode: false 65 73 66 74 emacs.toolBar: 0 … … 68 76 emacs.geometry:=80x49+270+0 69 77 ! emacs.font: Unifont-12 70 emacs.font: -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 71 emacs.boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1 78 ! emacs.font: -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 79 ! emacs.font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1 80 emacs.font: -adobe-courier-bold-r-normal--14-*-75-75-m-90-iso10646-1 81 emacs.boldFont: -adobe-courier-bold-o-normal--14-*-75-75-m-90-iso10646-1 82 ! emacs.boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1 72 83 emacs.menuBar: 0 73 84 emacs.verticalScrollBars: off -
emacs/.emacs.d/.emacs-config.org
rfde9de8 rfc6fa17 28 28 29 29 (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") 30 ("melpa" . "http://melpa.org/packages/")))30 ("melpa" . "http://melpa.org/packages/"))) 31 31 32 32 (when (< emacs-major-version 27) … … 82 82 #+BEGIN_SRC emacs-lisp :tangle init.el 83 83 (setq config-dotfiles-path "/home/w96k/projects/dotfiles/emacs/.emacs.d/" 84 config-path "~/.emacs.d/"85 config-name ".emacs-config.org")84 config-path "~/.emacs.d/" 85 config-name ".emacs-config.org") 86 86 87 87 (defun config-visit () … … 483 483 #+begin_src emacs-lisp :tangle init.el 484 484 (use-package rmsbolt 485 :defer t 486 :hook (prog-mode . rmsbolt-mode)) 485 :defer t) 487 486 #+end_src 488 487 … … 1224 1223 #+end_src 1225 1224 1225 ** Window Divider 1226 #+begin_src emacs-lisp :tangle init.el 1227 (window-divider-mode t) 1228 #+end_src 1229 1230 ** Use specific font for major modes 1231 #+begin_src emacs-lisp :tangle init.el 1232 (buffer-face-mode t) 1233 1234 (defun set-normal-font () 1235 "Set normal weight font in current buffer" 1236 (interactive) 1237 (buffer-face-mode 1) 1238 (setq buffer-face-mode-face '(:weight normal)) 1239 (buffer-face-mode)) 1240 1241 ;; Use monospaced font faces in current buffer 1242 (defun set-bold-font () 1243 "Sets a bold font in current buffer" 1244 (interactive) 1245 (buffer-face-mode 1) 1246 (setq buffer-face-mode-face '(:weight bold)) 1247 (buffer-face-mode)) 1248 1249 (add-hook 'dired-mode-hook 'set-normal-font) 1250 (add-hook 'org-mode-hook 'set-normal-font) 1251 #+end_src -
guix/.dotfiles/.bashrc
rfde9de8 rfc6fa17 1 1 export GUIX_PACKAGE_PATH=$HOME/.guix-packages 2 2 export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles 3 4 export PS1="\e[0;34m\u@\e[0;35m\h \e[0;30m\w\${GUIX_ENVIRONMENT:+ [env]}$ " 5 -
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 -
guix/config-desktop.scm
rfde9de8 rfc6fa17 7 7 (gnu home services shells)) 8 8 9 (use-service-modules guix cups desktop networking ssh xorg docker nix admin vnc lightdm syncthing virtualization databases )9 (use-service-modules guix cups desktop networking ssh xorg docker nix admin vnc lightdm syncthing virtualization databases linux) 10 10 (use-package-modules gnome xdisorg vnc databases) 11 11 … … 34 34 (home-directory "/home/w96k") 35 35 (supplementary-groups '("wheel" "netdev" "audio" "video" "docker"))) 36 (user-account37 (name "wkz")38 (comment "wkz")39 (group "users")40 (home-directory "/home/wkz")41 (supplementary-groups '("wheel" "netdev" "audio" "video" "docker")))42 36 %base-user-accounts)) 43 37 … … 48 42 specification->package 49 43 '( 50 "ratpoison" 51 "xterm" 52 "screen" 44 53 45 )) 54 46 %base-packages)) … … 61 53 (service block-facebook-hosts-service-type) 62 54 55 (service zram-device-service-type 56 (zram-device-configuration 57 (compression-algorithm 'zlib) 58 (priority 100))) 59 63 60 (service tor-service-type) 64 61 (service openssh-service-type) … … 70 67 ;; (memory-size 1024))) 71 68 72 (service nix-service-type (nix-configuration 73 (extra-options '("--extra-experimental-features nix-command")))) 69 ;; (service nix-service-type) 74 70 75 (service xvnc-service-type (xvnc-configuration76 (display-number 10)77 (localhost? #f)78 (geometry "1280x800")))71 ;; (service xvnc-service-type (xvnc-configuration 72 ;; (display-number 10) 73 ;; (localhost? #f) 74 ;; (geometry "1280x800"))) 79 75 80 76 (service syncthing-service-type … … 109 105 (delete usb-modeswitch-service-type) 110 106 (delete geoclue-service-type) 107 ;;(delete elogind-service-type) 108 (delete colord-service-type) 111 109 112 110 113 111 (guix-service-type config => (guix-configuration 114 112 (inherit config) 113 ;; Rely on btrfs compression. 114 (log-compression 'none) 115 115 (extra-options '("--max-jobs=10")) 116 116 (substitute-urls … … 131 131 (delete gdm-service-type)))) 132 132 133 (mapped-devices (list (mapped-device 134 (source (uuid 135 "03db8d78-051b-4a11-a7e5-b62ae0f530d4")) 136 (target "cryptroot") 137 (type luks-device-mapping)))) 138 139 ;; The list of file systems that get "mounted". The unique 140 ;; file system identifiers there ("UUIDs") can be obtained 141 ;; by running 'blkid' in a terminal. 142 (file-systems (cons* (file-system 143 (mount-point "/") 144 (device "/dev/mapper/cryptroot") 145 (type "btrfs") 146 (options "compress=zlib:6,autodefrag") 147 (dependencies mapped-devices)) 148 (file-system 149 (mount-point "/boot/efi") 150 (device (uuid "6ECD-551F" 151 'fat32)) 152 (type "vfat")) %base-file-systems)) 153 133 154 (bootloader (bootloader-configuration 134 155 (bootloader grub-efi-bootloader) 135 156 (targets (list "/boot/efi")) 136 (keyboard-layout keyboard-layout))) 137 (mapped-devices (list (mapped-device 138 (source (uuid 139 "6cfe9eed-8cdd-43da-9b9f-cec6f8ec538b")) 140 (target "cryptroot") 141 (type luks-device-mapping)))) 142 143 (file-systems (cons* (file-system 144 (mount-point "/boot/efi") 145 (device (uuid "17C5-3E35" 146 'fat32)) 147 (type "vfat")) 148 (file-system 149 (mount-point "/") 150 (device "/dev/mapper/cryptroot") 151 (type "ext4") 152 (options "discard") 153 (skip-check-if-clean? #f) 154 (repair #t) 155 (dependencies mapped-devices)) %base-file-systems))) 157 (keyboard-layout keyboard-layout))))
Note:
See TracChangeset
for help on using the changeset viewer.