This commit is contained in:
Tao Tien 2024-04-02 10:32:20 -07:00
parent be1cdd67c8
commit 13227fd29b
3 changed files with 16 additions and 16 deletions

View file

@ -13,8 +13,8 @@ in {
];
home.file.".cargo/config.toml".text = cargoConfig;
home.file = {
"autostart" = ./autostart;
home.file."autostart" = {
source = ./autostart;
recursive = true;
};