Add noctalia module and removed waybar and other configurations no longer needed with noctalia
This commit is contained in:
@ -16,12 +16,8 @@
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
#mako
|
||||
fuzzel
|
||||
waybar
|
||||
xwayland-satellite
|
||||
lxsession #Needed for things like gparted
|
||||
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
programs = {
|
||||
@ -35,7 +31,6 @@
|
||||
#services.xserver.displayManager.sddm.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
#Needed for waybar
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr];
|
||||
config.common.default = "*";
|
||||
|
||||
Reference in New Issue
Block a user