mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
8 lines
173 B
Nix
8 lines
173 B
Nix
{ pkgs }:
|
|
{
|
|
home-manager.enable = true;
|
|
zsh = import ./programs/zsh.nix { inherit pkgs; };
|
|
rbw = import ./programs/bitwarden.nix;
|
|
git = import ./programs/git.nix;
|
|
}
|