mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Autostart albert
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@@ -7,7 +7,8 @@
|
||||
with builtins;
|
||||
with lib; let
|
||||
pkgs2storeContents = l:
|
||||
map (x: {
|
||||
map
|
||||
(x: {
|
||||
object = x;
|
||||
symlink = "none";
|
||||
})
|
||||
|
Reference in New Issue
Block a user