โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop

ใ€Œ๐Ÿ—๏ธใ€ wip: font change

+12 -7
+7 -5
hosts/LAPTOP-5530/default.nix
··· 41 41 "vboxusers" 42 42 ]; 43 43 boot = { 44 - blacklistedKernelModules = [ 45 - "kvm" 46 - "kvm_intel" 47 - "kvm_amd" 48 - ]; 44 + # blacklistedKernelModules = [ 45 + # "kvm" 46 + # "kvm_intel" 47 + # "kvm_amd" 48 + # ]; 49 49 kernelPackages = pkgs.linuxKernel.packages.linux_zen; 50 50 }; 51 51 ··· 73 73 gns3-gui 74 74 wireshark 75 75 ]; 76 + virtualisation.libvirtd.enable = true; 76 77 virtualisation.virtualbox.host.enable = true; 77 78 virtualisation.docker.daemon.settings.features.cdi = true; 78 79 hardware.nvidia-container-toolkit.enable = true; 80 + programs.virt-manager.enable = true; 79 81 80 82 programs.wireshark.enable = true; 81 83
+5 -2
modules/nixos/fonts.nix
··· 17 17 nerd-fonts.jetbrains-mono 18 18 19 19 jetbrains-mono 20 + open-dyslexic 20 21 noto-fonts 21 22 ]; 22 23 fontconfig = { 23 24 enable = true; 24 25 defaultFonts = { 25 26 serif = [ 26 - "Noto Sans Mono" 27 + "Noto Serif" 27 28 "Noto Color Emoji" 28 29 ]; 29 30 sansSerif = [ 30 - "JetBrains Mono" 31 + "Noto Sans" 32 + "OpenDyslexic" 33 + # "JetBrains Mono" 31 34 "Noto Color Emoji" 32 35 ]; 33 36 monospace = [