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

@ -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";
}
];
};