This commit is contained in:
Daniel Flanagan 2023-09-05 15:15:43 -05:00
parent 838c330359
commit 678bcb254f
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
88 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, inputs, ... }: {
{ pkgs, lib, ... }: {
# TODO: email access?
# accounts.email.accounts = {
# google = {
@ -14,7 +14,8 @@
home.stateVersion = "23.05";
home.packages = [
inputs.rtx.packages.rtx
pkgs.rtx
(pkgs.buildEnv { name = "my-scripts"; paths = [ ./scripts ]; })
];
programs.password-store = {