diff --git a/README.md b/README.md index 536082e7..6438ec07 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [ ] Figure out what the home-manager `account` options are for. * [ ] Security hardening * [ ] Edit the hosts file +* [ ] home-manager/common/software/cli/bash.nix - Break this out for theming -- Currently statically set to 'gruvbox' * [ ] cronjobs * [ ] Change wallpaper at a certain time of day * [ ] Automatic git pull of this repo diff --git a/flake.nix b/flake.nix index ede96d28..67a91625 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,7 @@ # Devshell for bootstrapping; acessible via 'nix develop' devShells = libx.forAllSystems (system: let pkgs = nixpkgs.legacyPackages.${system}; - in import ./shell.nix { inherit pkgs sops-nix; } + in import ./shell.nix { inherit pkgs sops-nix deploy-rs; } ); }; } \ No newline at end of file