File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 ( ./hosts + "/${ hostName } /default.nix" )
4444 ./modules/docker.nix
4545 ./modules/flatpak.nix
46+ ./modules/fonts.nix
4647 cpuModule
4748 /etc/nixos/configuration.nix
4849 /etc/nixos/hardware-configuration.nix
Original file line number Diff line number Diff line change 9898 } ;
9999
100100 environment . systemPackages = with pkgs ; [
101- exfat
102- exfatprogs
103- kdePackages . partitionmanager
104101 unstable . heroic
105102 unstable . prismlauncher
106103 unstable . protonup-qt
Original file line number Diff line number Diff line change 9090
9191 environment . systemPackages = with pkgs ; [
9292 anydesk
93- exfat
94- exfatprogs
95- kdePackages . partitionmanager
9693 unstable . mattermost-desktop
9794 unstable . rustdesk-flutter
9895 ] ;
Original file line number Diff line number Diff line change 1+ { config , pkgs , ... } :
2+ {
3+ fonts . packages = with pkgs ; [
4+ corefonts
5+ dejavu_fonts
6+ freefont_ttf
7+ liberation_ttf
8+ noto-fonts
9+ noto-fonts-cjk-sans
10+ noto-fonts-cjk-serif
11+ noto-fonts-color-emoji
12+ unifont
13+ ] ;
14+ }
Original file line number Diff line number Diff line change 3737 android-tools
3838 appimage-run
3939 audacity
40- corefonts
4140 curl
41+ exfat
42+ exfatprogs
4243 gimp
4344 git
4445 kdePackages . kate
46+ kdePackages . partitionmanager
4547 kdePackages . tokodon
4648 krita
4749 lazygit
You can’t perform that action at this time.
0 commit comments