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

View File

@@ -7,7 +7,8 @@
with builtins;
with lib; let
pkgs2storeContents = l:
map (x: {
map
(x: {
object = x;
symlink = "none";
})