mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Fixed Python3 Import
This commit is contained in:
parent
5dc4dfee11
commit
701e1c725b
1 changed files with 3 additions and 5 deletions
|
|
@ -9,10 +9,8 @@
|
|||
};
|
||||
};
|
||||
config = lib.mkIf (config.python3.enable) {
|
||||
home-manager.users.${config.user} = {
|
||||
environment.systemPackages = [
|
||||
pkgs.python3
|
||||
];
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.python3
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue