global/nix: move into universe.packages
This commit is contained in:
parent
6ee7de5eb4
commit
fd39e8cedf
1 changed files with 18 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue