Compare commits

..

No commits in common. "main" and "fortress" have entirely different histories.

3 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@ passwordChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@
passwordCharsselection=0 passwordCharsselection=0
passwordLength=8 passwordLength=8
pwgenExecutable=/run/current-system/sw/bin/pwgen pwgenExecutable=/run/current-system/sw/bin/pwgen
startMinimized=false startMinimized=true
templateAllFields=false templateAllFields=false
useAutoclear=true useAutoclear=true
useAutoclearPanel=true useAutoclearPanel=true

View file

@ -85,6 +85,9 @@
config = { config = {
bars = []; bars = [];
keybindings = lib.mkForce {}; keybindings = lib.mkForce {};
startup = [
{ command = "qtpass"; notification = false; }
];
}; };
extraConfig = '' extraConfig = ''

View file

@ -57,7 +57,6 @@
enable = true; enable = true;
defaultApplications = { defaultApplications = {
"text/plain" = [ "VimInKitty.desktop" ]; "text/plain" = [ "VimInKitty.desktop" ];
"application/x-shellscript" = [ "VimInKitty.desktop" ];
}; };
}; };
}; };