mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user