mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
vanadium/home: remove packages I don't use
This commit is contained in:
parent
2ffb6d64bf
commit
35389355e6
3 changed files with 19 additions and 56 deletions
|
|
@ -4,6 +4,7 @@ in
|
|||
{
|
||||
pkgs ? import sources.nixpkgs {
|
||||
overlays = map import [
|
||||
./nix/overlays/agenix.nix
|
||||
./nix/overlays/disko.nix
|
||||
./nix/overlays/npins.nix
|
||||
./nix/packages/overlay.nix
|
||||
|
|
@ -18,8 +19,10 @@ pkgs.mkShell {
|
|||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
agenix # from agenix repo
|
||||
npins # from npins repo
|
||||
disko # from disko flake
|
||||
stow
|
||||
manage
|
||||
nixos-anywhere # comes from nixpkgs
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue