mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 09:41:16 -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) {
|
config = lib.mkIf (config.python3.enable) {
|
||||||
home-manager.users.${config.user} = {
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.python3
|
pkgs.python3
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue