Autostart albert

This commit is contained in:
Dave Gallant
2023-06-03 00:21:43 -04:00
parent 127e697fc0
commit fdb1937e1c
2 changed files with 9 additions and 4 deletions

View File

@@ -463,7 +463,11 @@ in {
};
};
home.file.".config/nvim/lua".source = ./nvim/lua;
home.file.".aws/config".source = ./.aws/config;
home.file = {
".config/nvim/lua".source = ./nvim/lua;
".aws/config".source = ./.aws/config;
".config/autostart/albert.desktop" = {
source = pkgs.albert + "/share/applications/albert.desktop";
};
};
}