Reorganise packages

This commit is contained in:
Alexander Wainwright 2025-12-21 13:52:59 +10:00
parent cb903ac830
commit fcb71caa6c

View file

@ -28,9 +28,7 @@
enableDefaultPackages = true; enableDefaultPackages = true;
packages = with pkgs; [ packages = with pkgs; [
bitwarden-desktop
khmeros khmeros
libreoffice-fresh
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-cjk-serif noto-fonts-cjk-serif
nerd-fonts.lilex nerd-fonts.lilex
@ -39,7 +37,8 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
libreoffice bitwarden-desktop
libreoffice-fresh
]; ];
# Enable networking # Enable networking