Commit 19c95d2fc418
Changed files (1)
profiles
profiles/default.nix
@@ -21,6 +21,7 @@
tree
vim
wget
+ nix-beautify
];
};
i18n = {
@@ -46,6 +47,7 @@
(import ../overlays/sbr.overlay.nix)
# add third-party packages from outside the nixpkgs tree
(self: super: {
+ nix-beautify = import ../pkgs/nix-beautify { inherit pkgs; };
home-manager = import ../pkgs/home-manager { inherit pkgs; };
})
];