Add some comments to desktop nix to partition a bit clearer

This commit is contained in:
Lillian-Violet 2024-01-09 10:02:46 +01:00
parent 6d70aa2b31
commit 5874b5c57d

View file

@ -53,12 +53,21 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# System tools
age age
alejandra alejandra
docker docker
docker-compose docker-compose
git-filter-repo git-filter-repo
home-manager home-manager
oh-my-zsh
pciutils
rsync
sqlfluff
wget
zsh
# KDE/QT
krunner-translator krunner-translator
libsForQt5.discover libsForQt5.discover
libsForQt5.kcalc libsForQt5.kcalc
@ -69,16 +78,14 @@
libsForQt5.krunner-symbols libsForQt5.krunner-symbols
libsForQt5.packagekit-qt libsForQt5.packagekit-qt
libportal-qt5 libportal-qt5
# System libraries
noto-fonts noto-fonts
noto-fonts-emoji-blob-bin noto-fonts-emoji-blob-bin
noto-fonts-emoji noto-fonts-emoji
# User tools
noisetorch noisetorch
oh-my-zsh
pciutils
rsync
sqlfluff
wget
zsh
]; ];
# Enable networking # Enable networking