step-bootstrap
This commit is contained in:
@@ -32,6 +32,8 @@ in
|
||||
restic
|
||||
docker
|
||||
desktop
|
||||
# sshCerts
|
||||
# myStepClient
|
||||
];
|
||||
# TODO: make this more restrictive, rather than allowing all unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
@@ -44,10 +46,11 @@ in
|
||||
home.packages = with pkgs; [
|
||||
nixos-rebuild
|
||||
test-push
|
||||
selfPkgs.neovim-min
|
||||
# ${selfPkgs}.my-neovim
|
||||
# selfPkgs.richPrinter
|
||||
selfPkgs.janus-ca
|
||||
selfPkgs.jsl-zsh
|
||||
selfPkgs.my-neovim
|
||||
selfPkgs.step-client
|
||||
# selfPkgs.wg-platform
|
||||
# self'.packages.myWrappedPackage
|
||||
];
|
||||
|
||||
shell.program = "zsh";
|
||||
|
||||
Reference in New Issue
Block a user