mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Autostart albert
This commit is contained in:
@@ -463,7 +463,11 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/nvim/lua".source = ./nvim/lua;
|
home.file = {
|
||||||
|
".config/nvim/lua".source = ./nvim/lua;
|
||||||
home.file.".aws/config".source = ./.aws/config;
|
".aws/config".source = ./.aws/config;
|
||||||
|
".config/autostart/albert.desktop" = {
|
||||||
|
source = pkgs.albert + "/share/applications/albert.desktop";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@@ -7,7 +7,8 @@
|
|||||||
with builtins;
|
with builtins;
|
||||||
with lib; let
|
with lib; let
|
||||||
pkgs2storeContents = l:
|
pkgs2storeContents = l:
|
||||||
map (x: {
|
map
|
||||||
|
(x: {
|
||||||
object = x;
|
object = x;
|
||||||
symlink = "none";
|
symlink = "none";
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user