WIP: use hyprland

This commit is contained in:
Leonardo Eugênio 2024-01-15 22:37:11 -03:00
parent 25c8833ec3
commit 7b2f97155f
6 changed files with 56 additions and 17 deletions

View file

@ -99,6 +99,16 @@
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;
xdg.portal = {
config.common.default = "*";
enable = true;
wlr.enable = true;
# Always pick the first monitor, this is fine since I only ever use a single monitor
wlr.settings.screencast.chooser_type = "none";
# gtk portal needed to make gtk apps happy
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
# Define a user account. Don't forget to set a password with passwd.
users.mutableUsers = false;
users.users.lelgenio = {