genuinely dont remember

This commit is contained in:
2025-09-28 01:18:52 -06:00
parent f955772781
commit c36a17f50c
3 changed files with 8 additions and 4 deletions

4
flake.lock generated
View File

@@ -184,11 +184,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=",
"path": "/nix/store/wi30qwm3xahwkwkm7b96nmsj8ivk0hqs-source/system/extras/pydev",
"path": "/nix/store/mv6g8ll6pjazqc0rifgk6qmgxqs8gsr6-source/system/extras/pydev",
"type": "path"
},
"original": {
"path": "/nix/store/wi30qwm3xahwkwkm7b96nmsj8ivk0hqs-source/system/extras/pydev",
"path": "/nix/store/mv6g8ll6pjazqc0rifgk6qmgxqs8gsr6-source/system/extras/pydev",
"type": "path"
}
},

View File

@@ -160,7 +160,7 @@ format = '[[ $symbol ($version) ](fg:#434f55 bg:#a7c080 )]($style)'
[direnv]
disabled = false
loaded_msg = "󱥾 "
not_loaded_msg = "󱧴 "
unloaded_msg = "󱧴 "
allowed_msg = "󱥾 "
not_allowed_msg = "󱧴 "
style = "fg:#434f55 bg:#E67380"

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
@@ -9,6 +9,10 @@
programs ={
zsh = {
enable = true;
initContent = lib.mkOrder 1200 ''
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
'';
antidote = {
enable = true;
plugins = [