updated hyprland config

This commit is contained in:
specCon18 2023-08-15 12:47:40 -04:00
parent 5a42f79803
commit 47e69553c1
6 changed files with 18 additions and 71 deletions

View file

@ -36,7 +36,7 @@
};
xdg = {
portal = { enable = lib.mkDefault true; };
# portal = { enable = lib.mkDefault true; };
mime.defaultApplications = {
"text/markdown" = "hx";
};

View file

@ -7,8 +7,9 @@
};
environment = {
systemPackages = with pkgs; [
libsForQt5.polkit-kde-agent
# libsForQt5.polkit-kde-agent
libsForQt5.qt5.qtwayland
qt6.full
qt6.qtwayland
waybar
swww
@ -16,6 +17,7 @@
rofi-wayland
libnotify
mako
xdg-desktop-portal-hyprland
];
sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1";
@ -23,7 +25,7 @@
};
};
hardware = {
# opengl.enable = true;
nvidia.modesetting.enable = true;
opengl.enable = true;
nvidia.modesetting.enable = true;
};
}