Refactor a bit by adding globally shared packages in one file

This commit is contained in:
Lillian Violet 2024-01-30 12:03:29 +01:00
parent 0c1da18e13
commit 62df0d1cd4
4 changed files with 43 additions and 28 deletions

View file

@ -9,7 +9,11 @@
...
}: {
imports = [
# Import locale settings
../shared/locale/configuration.nix
# Import shared packages
../../shared/packages/configuration.nix
];
nixpkgs = {
# You can add overlays here
@ -59,23 +63,12 @@
};
environment.systemPackages = with pkgs; [
# Custom tools
dvd
dvt
# System tools
age
alejandra
direnv
docker
docker-compose
git-filter-repo
home-manager
htop
oh-my-zsh
pciutils
rsync
wget
waydroid
xwaylandvideobridge
zsh
@ -92,11 +85,6 @@
libsForQt5.packagekit-qt
libportal-qt5
# System libraries
noto-fonts
noto-fonts-emoji-blob-bin
noto-fonts-emoji
# User tools
noisetorch
];