Reorganise packages
This commit is contained in:
parent
cb903ac830
commit
fcb71caa6c
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue