fix hyprland

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-03 16:53:12 -05:00
parent 82178521d1
commit d9d1ba5076
3 changed files with 13 additions and 12 deletions

View file

@ -143,8 +143,8 @@ with lib;
environment.sessionVariables = { environment.sessionVariables = {
GTK_THEME = "Adwaita:dark"; GTK_THEME = "Adwaita:dark";
XDG_SESSION_TYPE = "wayland"; XDG_SESSION_TYPE = "wayland";
XDG_CURRENT_DESKTOP = "sway"; # XDG_CURRENT_DESKTOP = "sway";
XDG_SESSION_DESKTOP = "sway"; # XDG_SESSION_DESKTOP = "sway";
# prefer EGL renderer (can be changed back to "auto" if needed) # prefer EGL renderer (can be changed back to "auto" if needed)
WLR_RENDERER = "egl"; WLR_RENDERER = "egl";

20
hosts/oren/flake.lock generated
View file

@ -71,11 +71,11 @@
"ragenix": "ragenix" "ragenix": "ragenix"
}, },
"locked": { "locked": {
"lastModified": 1759120190, "lastModified": 1759523753,
"narHash": "sha256-uWm+KzZvcuS82aXof9EGciTOMhIxD5H557lfy+oTCak=", "narHash": "sha256-5AsVQRTlf7Gv6LeRWCUbbwbmbXxyNC4am8CoA6Is71c=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "17073d45e0eec8f30e16863231252ae7fefba564", "rev": "82178521d17a743dbf46350406da64b691446c71",
"revCount": 667, "revCount": 681,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },
@ -537,11 +537,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1758690382, "lastModified": 1759381078,
"narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=", "narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e643668fd71b949c53f8626614b21ff71a07379d", "rev": "7df7ff7d8e00218376575f0acdcc5d66741351ee",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -601,11 +601,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1758791193, "lastModified": 1759281824,
"narHash": "sha256-F8WmEwFoHsnix7rt290R0rFXNJiMbClMZyIC/e+HYf0=", "narHash": "sha256-FIBE1qXv9TKvSNwst6FumyHwCRH3BlWDpfsnqRDCll0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "25e53aa156d47bad5082ff7618f5feb1f5e02d01", "rev": "5b5be50345d4113d04ba58c444348849f5585b4a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -14,6 +14,7 @@
{ {
nixpkgs, nixpkgs,
nixpkgs-unstable, nixpkgs-unstable,
common, common,
ros_neovim, ros_neovim,
... ...