Fix Keepass settings
This commit is contained in:
9
AGENTS.md
Normal file
9
AGENTS.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Use idiomatic nix.
|
||||
|
||||
Before making changes, read the appropriate entries of the following manuals:
|
||||
- man configuration.nix
|
||||
- man home-configuration.nix
|
||||
|
||||
Do not read the entire manual at once, instead search only for what you need.
|
||||
|
||||
After editing nix configurations, always run `nix flake check nixos/` to check for errors.
|
||||
@@ -76,6 +76,7 @@
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
backupFileExtension = "~";
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users = {
|
||||
"trude" = import ./home.nix;
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "gnome-text-editor";
|
||||
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/ssh-agent";
|
||||
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/gcr/.ssh";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
||||
Reference in New Issue
Block a user