From 5874b5c57d10dc8e86c0062c98fca28384701d6b Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 9 Jan 2024 10:02:46 +0100 Subject: [PATCH] Add some comments to desktop nix to partition a bit clearer --- nixos/desktop/configuration.nix | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/nixos/desktop/configuration.nix b/nixos/desktop/configuration.nix index 2141924..d375717 100644 --- a/nixos/desktop/configuration.nix +++ b/nixos/desktop/configuration.nix @@ -53,12 +53,21 @@ }; environment.systemPackages = with pkgs; [ + # System tools age alejandra docker docker-compose git-filter-repo home-manager + oh-my-zsh + pciutils + rsync + sqlfluff + wget + zsh + + # KDE/QT krunner-translator libsForQt5.discover libsForQt5.kcalc @@ -69,16 +78,14 @@ libsForQt5.krunner-symbols libsForQt5.packagekit-qt libportal-qt5 + + # System libraries noto-fonts noto-fonts-emoji-blob-bin noto-fonts-emoji + + # User tools noisetorch - oh-my-zsh - pciutils - rsync - sqlfluff - wget - zsh ]; # Enable networking