global/nix: move into universe.packages

This commit is contained in:
Infinidoge 2024-01-30 17:57:54 -05:00
parent 6ee7de5eb4
commit fd39e8cedf
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -57,9 +57,7 @@ with lib;
allowUnfree = true;
};
environment = {
systemPackages = with pkgs; [
universe.packages = with pkgs; [
comma
nix-diff
nix-du
@ -78,6 +76,7 @@ with lib;
'')
];
environment = {
shellAliases =
let ifSudo = mkIf config.security.sudo.enable;
in