Config for my Guix System

Install Fira Code Font

+8 -6
+6 -6
home-config/config/hypr/hyprland.conf
··· 203 203 sensitivity = 0 # -1.0 - 1.0, 0 means no modification. 204 204 205 205 touchpad { 206 - natural_scroll = false 206 + natural_scroll = true 207 207 } 208 208 } 209 209 210 210 # https://wiki.hypr.land/Configuring/Variables/#gestures 211 211 gestures { 212 - workspace_swipe = false 212 + workspace_swipe = true 213 213 } 214 214 215 215 # Example per-device config ··· 228 228 $mainMod = SUPER # Sets "Windows" key as main modifier 229 229 230 230 # Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more 231 - bind = $mainMod, Q, exec, $terminal 232 - bind = $mainMod, C, killactive, 233 - bind = $mainMod, M, exit, 231 + bind = $mainMod, T, exec, $terminal 232 + bind = $mainMod, Q, killactive, 233 + bind = $mainMod SHIFT, M, exit, 234 234 bind = $mainMod, E, exec, $fileManager 235 235 bind = $mainMod, V, togglefloating, 236 - bind = $mainMod, R, exec, $menu 236 + bind = $mainMod, D, exec, $menu 237 237 bind = $mainMod, P, pseudo, # dwindle 238 238 bind = $mainMod, J, togglesplit, # dwindle 239 239
+2
home-config/home-configuration.scm
··· 12 12 (guix gexp) 13 13 (gnu home services shells) 14 14 (gnu packages gnupg) 15 + (gnu packages fonts) 15 16 (gnu home services gnupg)) 16 17 17 18 (home-environment ··· 26 27 "glibc-locales" 27 28 "gnupg" 28 29 "pinentry-tty" 30 + "font-fira-code" 29 31 "neovim"))) 30 32 31 33 ;; Below is the list of Home services. To search for available