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 = {
|
home-manager = {
|
||||||
|
backupFileExtension = "~";
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
users = {
|
users = {
|
||||||
"trude" = import ./home.nix;
|
"trude" = import ./home.nix;
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "gnome-text-editor";
|
EDITOR = "gnome-text-editor";
|
||||||
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/ssh-agent";
|
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/gcr/.ssh";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|||||||
Reference in New Issue
Block a user