This commit is contained in:
DashieTM 2024-08-06 14:29:58 +02:00
parent c88df9b954
commit c2c8e002b9
5 changed files with 8 additions and 9 deletions

View file

@ -30,7 +30,7 @@
{
name = "pw_sync";
remote = "/PWs";
local = "/home/${config.conf.username}/PWs";
local = "/home/${config.conf.username}/Music";
}
];
};

View file

@ -1,6 +1,6 @@
{ config, ... }: {
imports = [
../../modules/conf.nix
../../modules
];
conf = {
monitor = "eDP-1";
@ -45,7 +45,7 @@
{
name = "pw_sync";
remote = "PWs";
local = "/home/${config.conf.username}/PWs";
local = "/home/${config.conf.username}/Music";
}
];
};

View file

@ -109,7 +109,7 @@ in
{
name = "pw_sync";
remote = "PWs";
local = "/home/${config.conf.username}/PWs";
local = "/home/${config.conf.username}/Music";
}
];
};

View file

@ -25,7 +25,6 @@
home.packages = config.mods.home_packages.additional_packages;
} // (lib.mkIf config.mods.home_packages.enable (lib.optionalAttrs (options?home.packages) {
home.packages = with pkgs; [
keepassxc
nheko
nextcloud-client
xournalpp

View file

@ -15,10 +15,10 @@
cache_config = lib.mkOption {
default = ''
[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)
LastDatabases=/home/dashie/Music/Passwords.kdbx
LastActiveDatabase=/home/dashie/Music/Passwords.kdbx
LastOpenedDatabases=/home/dashie/Music/Passwords.kdbx
LastKeyFiles=@Variant(\0\0\0\x1c\0\0\0\x1\0\0\0\x42\0/\0h\0o\0m\0\x65\0/\0\x64\0\x61\0s\0h\0i\0\x65\0/\0M\0u\0s\0i\0\x63\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\x42\0/\0h\0o\0m\0\x65\0/\0\x64\0\x61\0s\0h\0i\0\x65\0/\0M\0u\0s\0i\0\x63\0/\0l\0o\0g\0i\0n\0_\0k\0\x65\0y\0.\0k\0\x65\0y\0x)
'';
example = '''';
type = lib.types.lines;