stop Emacs.el creation, add bt to threed

This commit is contained in:
Swarsel 2023-12-13 22:49:11 +01:00
parent 3b2272bfba
commit bde01c8398
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 178 additions and 113 deletions

View file

@ -345,15 +345,20 @@ programs.ssh= {
sops.defaultSopsFile = "${config.home.homeDirectory}/.dotfiles/secrets/general/secrets.yaml";
sops.validateSopsFiles = false;
# sops.age.keyFile = "${config.home.homeDirectory}/.ssh/key.txt";
# This will generate a new key if the key specified above does not exist
# sops.age.generateKey = true;
# sops.gnupg.home = "/home/swarsel/.dotfiles/secrets/keys";
# since we are using the home-manager implementation, we need to specify the runtime path for each secret
sops.secrets.mrswarsel = {path = "/run/user/1000/secrets/mrswarsel";};
# sops.secrets.mrswarsel = { };
sops.secrets.nautilus = {path = "/run/user/1000/secrets/nautilus";};
# sops.secrets.nautilus = { };
sops.secrets.leon = {path = "/run/user/1000/secrets/leon";};
sops.secrets.caldav = {path = "${config.home.homeDirectory}/.emacs.d/.caldav";};
# sops.secrets.leon = { };
# sops.secrets.nautilus = { };
# sops.secrets.mrswarsel = { };
stylix.targets.emacs.enable = false;