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?
|
# TODO: email access?
|
||||||
# accounts.email.accounts = {
|
# accounts.email.accounts = {
|
||||||
# google = {
|
# google = {
|
||||||
|
@ -14,7 +14,8 @@
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
inputs.rtx.packages.rtx
|
pkgs.rtx
|
||||||
|
(pkgs.buildEnv { name = "my-scripts"; paths = [ ./scripts ]; })
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.password-store = {
|
programs.password-store = {
|
||||||
|
|
Loading…
Reference in a new issue