Add some comments to desktop nix to partition a bit clearer
This commit is contained in:
parent
9ae34a4b51
commit
ca1ef1636f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue