feat(nix): Functional system-manager

This commit is contained in:
Ahmad Ansori Palembani 2024-10-18 13:20:27 +07:00
parent 21429963ef
commit 0e80eb3083
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
8 changed files with 69 additions and 103 deletions

View file

@ -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