Remove python310 as home-manager package, use project specific shell.nix instead

This commit is contained in:
Evie Litherland-Smith 2023-03-29 18:03:40 +01:00
parent e236099995
commit fd9fea6b40
2 changed files with 0 additions and 10 deletions

View file

@ -6,6 +6,5 @@
./zsh.nix
./fish.nix
./qemu.nix
./python310.nix
];
}

View file

@ -1,9 +0,0 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
python310Full
python310Packages.pipx
poetry
];
}