221 current 2025-06-10 03:07:59 25.11.20250607.3e3afe5 6.15.1 *
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
sessionPath = [
|
||||
"$HOME/scripts"
|
||||
];
|
||||
sessionVariables = {
|
||||
SSH_AUTH_SOCK = /home/chase/.bitwarden-ssh-agent.sock;
|
||||
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
|
||||
};
|
||||
shellAliases = {
|
||||
gs = "git status";
|
||||
"..." = "cd ../..";
|
||||
|
@@ -132,7 +132,7 @@
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
package = pkgs.rofi-wayland;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@@ -133,7 +133,7 @@
|
||||
defaultSopsFile = ../secrets.yaml;
|
||||
validateSopsFiles = false;
|
||||
age = {
|
||||
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
|
||||
keyFile = "/var/lib/sops-nix/key.txt";
|
||||
generateKey = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user