desktop: disable startup applications

This commit is contained in:
Elnu 2023-12-28 12:04:04 -08:00
parent 866782e474
commit 1f35500e55
3 changed files with 0 additions and 55 deletions

View file

@ -2,17 +2,6 @@
{
xsession.windowManager.i3.config = {
startup = [
{
command = let layout = pkgs.substituteAll {
src = ./layout.sh;
tree = ./tree.json;
isExecutable = true;
}; in "${layout}";
always = true;
notification = false;
}
];
workspaceOutputAssign = [
{
output = "HDMI-0";