Move
This commit is contained in:
parent
838c330359
commit
678bcb254f
88 changed files with 3 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue