updated hyprland config
This commit is contained in:
parent
5a42f79803
commit
47e69553c1
6 changed files with 18 additions and 71 deletions
|
|
@ -36,7 +36,7 @@
|
|||
};
|
||||
|
||||
xdg = {
|
||||
portal = { enable = lib.mkDefault true; };
|
||||
# portal = { enable = lib.mkDefault true; };
|
||||
mime.defaultApplications = {
|
||||
"text/markdown" = "hx";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue