feat: switch to x11 + i3

This commit is contained in:
ryan4yin
2023-05-25 23:45:19 +08:00
parent d86aae96ff
commit 7c7591e167
6 changed files with 61 additions and 19 deletions
-15
View File
@@ -71,19 +71,4 @@
ncmpcpp # a mpd client with a UI
networkmanagerapplet # provide GUI app: nm-connection-editor
];
xdg.portal = {
enable = true;
wlr.enable = true;
xdgOpenUsePortal = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr # for wlroots based compositors
xdg-desktop-portal-gtk # for gtk
# xdg-desktop-portal-kde # for kde
];
};
# for power management
services.upower.enable = true;
}