Update firefox config

This commit is contained in:
DashieTM 2024-08-04 20:03:02 +02:00
parent ee9b48c5b1
commit 35cfaf6bac
3 changed files with 16 additions and 1 deletions

View file

@ -106,6 +106,11 @@ in
remote = "Phone/Stuff"; remote = "Phone/Stuff";
local = "/home/${config.conf.username}/Videos/Phone/Stuff"; local = "/home/${config.conf.username}/Videos/Phone/Stuff";
} }
{
name = "pw_sync";
remote = "PWs";
local = "/home/${config.conf.username}/PWs";
}
]; ];
}; };
}; };

View file

@ -24,7 +24,7 @@
Search = true; Search = true;
Pocket = false; Pocket = false;
Snippets = false; Snippets = false;
TopSites = false; TopSites = true;
Highlights = false; Highlights = false;
}; };
UserMessaging = { UserMessaging = {

View file

@ -23,4 +23,14 @@
EnableCopyOnDoubleClick=true EnableCopyOnDoubleClick=true
''; '';
}; };
home.file.".cache/keepassxc/keepassxc.ini" = {
text = ''
[General]
LastDatabases=/home/dashie/PWs/Passwords.kdbx
LastActiveDatabase=/home/dashie/PWs/Passwords.kdbx
LastOpenedDatabases=/home/dashie/PWs/Passwords.kdbx
LastKeyFiles=@Variant(\0\0\0\x1c\0\0\0\x1\0\0\0>\0/\0h\0o\0m\0\x65\0/\0\x64\0\x61\0s\0h\0i\0\x65\0/\0P\0W\0s\0/\0P\0\x61\0s\0s\0w\0o\0r\0\x64\0s\0.\0k\0\x64\0\x62\0x\0\0\0\n\0\0\0>\0/\0h\0o\0m\0\x65\0/\0\x64\0\x61\0s\0h\0i\0\x65\0/\0P\0W\0s\0/\0l\0o\0g\0i\0n\0_\0k\0\x65\0y\0.\0k\0\x65\0y\0x)
'';
};
} }