framework

This commit is contained in:
Alexander Szczepanski
2023-06-15 13:09:41 +02:00
parent d6706a6522
commit ee7aff8404
9 changed files with 272 additions and 45 deletions

View File

@ -15,7 +15,11 @@
};
};
desktopManager.pantheon.enable = true;
desktopManager.pantheon = {
enable = true;
extraWingpanelIndicators = with pkgs; [ wingpanel-indicator-ayatana ];
};
layout = "us";
# Enable touchpad support.
@ -23,4 +27,9 @@
updateDbusEnvironment = true;
};
};
# App indicator
environment.pathsToLink = [ "/libexec" ];
environment.systemPackages = with pkgs; [ indicator-application-gtk3 ];
}