framework
This commit is contained in:
@ -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 ];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user