feat(nix): Functional system-manager
This commit is contained in:
parent
21429963ef
commit
0e80eb3083
8 changed files with 69 additions and 103 deletions
|
@ -1,6 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
let
|
||||
custom = {
|
||||
python = (pkgs.python312Full.withPackages (py: [
|
||||
py.pip
|
||||
py.tkinter
|
||||
py.dnspython
|
||||
]));
|
||||
};
|
||||
in {
|
||||
inherit custom;
|
||||
packages = [
|
||||
pkgs.zsh
|
||||
pkgs.home-manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue