Remove python310 as home-manager package, use project specific shell.nix instead
This commit is contained in:
parent
e236099995
commit
fd9fea6b40
1
nixos/home-manager/packages/env/default.nix
vendored
1
nixos/home-manager/packages/env/default.nix
vendored
|
@ -6,6 +6,5 @@
|
|||
./zsh.nix
|
||||
./fish.nix
|
||||
./qemu.nix
|
||||
./python310.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
python310Full
|
||||
python310Packages.pipx
|
||||
poetry
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue