mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
1
This commit is contained in:
+3
-1
@@ -33,6 +33,7 @@ in
|
||||
./modules/plasma-manager.nix
|
||||
# ./modules/external.nix
|
||||
./modules/external-mini-laptop.nix
|
||||
./modules/noctalia.nix
|
||||
];
|
||||
xdg = {
|
||||
enable = true;
|
||||
@@ -63,7 +64,8 @@ in
|
||||
};
|
||||
home.activation = {
|
||||
yaziSync = ''
|
||||
${pkgs.rsync}/bin/rsync -Lrv "${config.home.homeDirectory}/.config/yazi/" "${xlib.dirs.user-storage}/yazi/"
|
||||
|
||||
${pkgs.rsync}/bin/rsync -Lrv "${config.home.homeDirectory}/.config/yazi/" "${xlib.dirs.user-storage}/yazi/"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user