Initial commit

This commit is contained in:
2023-10-28 13:24:52 +02:00
commit 2bd9025c69
11 changed files with 366 additions and 0 deletions

7
programs.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs }:
{
home-manager.enable = true;
zsh = import ./programs/zsh.nix { inherit pkgs; };
rbw = import ./programs/bitwarden.nix;
git = import ./programs/git.nix;
}