mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 22:04:38 -05:00
feat: fuck hyprland until they fix their shit
This commit is contained in:
parent
2c2c38225a
commit
a4afc18937
13 changed files with 337 additions and 98 deletions
|
@ -1,18 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
# flake,
|
||||
flake,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
# package = flake.inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
};
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
package = flake.inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
portalPackage = flake.inputs.hyprland-portal.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
nix = {
|
||||
settings = {
|
||||
|
@ -24,4 +20,13 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
environment = {
|
||||
variables = {
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
WLR_DRM_NO_ATOMIC = "1";
|
||||
FLAMESHOT_ENABLE_WAYLAND = "1";
|
||||
USE_WAYLAND_GRIM = "1";
|
||||
USE_WAYLAND_CLIPBOARD = "1";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue