Compare commits

..

No commits in common. "fdbba0d508bed6052e6a177943bb243e095cfdd0" and "307bf34c8c24a7b2b599bd22facae5ec5090c8bd" have entirely different histories.

3 changed files with 12 additions and 15 deletions

View file

@ -32,9 +32,9 @@ in
global = { global = {
Context.sockets = [ Context.sockets = [
"wayland" "wayland"
"x11" "fallback-x11"
]; ];
Context.devices = [ "dri" ]; # allow GPU access if desired
Environment = { Environment = {
XCURSOR_PATH = "/run/host/user-share/icons:/run/host/share/icons"; XCURSOR_PATH = "/run/host/user-share/icons:/run/host/share/icons";
GTK_THEME = "Adwaita:dark"; GTK_THEME = "Adwaita:dark";
@ -42,7 +42,6 @@ in
ELECTRON_OZONE_PLATFORM_HINT = "auto"; # or 'auto' ELECTRON_OZONE_PLATFORM_HINT = "auto"; # or 'auto'
GTK_USE_PORTAL = "1"; GTK_USE_PORTAL = "1";
OZONE_PLATFORM = "wayland"; OZONE_PLATFORM = "wayland";
QT_QPA_PLATFORM = "xcb"; # force XCB for Flatpaks (XWayland)
}; };
}; };
"org.signal.Signal" = { "org.signal.Signal" = {

20
hosts/lio/flake.lock generated
View file

@ -33,11 +33,11 @@
"ragenix": "ragenix" "ragenix": "ragenix"
}, },
"locked": { "locked": {
"lastModified": 1757006046, "lastModified": 1756877333,
"narHash": "sha256-DSPEc465ijE7hVDFpuMDF0LTBIAa0N7V6YFdBfS9XL0=", "narHash": "sha256-BB/EbEfxJqYsHFbd3v5wM5J93GNG76+VjwfgxAWzkyg=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "307bf34c8c24a7b2b599bd22facae5ec5090c8bd", "rev": "32395011fdea50be84cb7b4d4370c2e36f3e4d92",
"revCount": 639, "revCount": 631,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },
@ -108,11 +108,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1756245065, "lastModified": 1753592768,
"narHash": "sha256-aAZNbGcWrVRZgWgkQbkabSGcDVRDMgON4BipMy69gvI=", "narHash": "sha256-oV695RvbAE4+R9pcsT9shmp6zE/+IZe6evHWX63f2Qg=",
"owner": "rycee", "owner": "rycee",
"repo": "home-manager", "repo": "home-manager",
"rev": "54b2879ce622d44415e727905925e21b8f833a98", "rev": "fc3add429f21450359369af74c2375cb34a2d204",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -195,11 +195,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1757347588, "lastModified": 1753694789,
"narHash": "sha256-tLdkkC6XnsY9EOZW9TlpesTclELy8W7lL2ClL+nma8o=", "narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b599843bad24621dcaa5ab60dac98f9b0eb1cabe", "rev": "dc9637876d0dcc8c9e5e22986b857632effeb727",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -56,13 +56,11 @@ let
"DP-1" = { "DP-1" = {
scale = "1"; scale = "1";
pos = "0 0"; pos = "0 0";
mode = "3840x2160@97.983Hz";
}; };
"DP-2" = { "DP-2" = {
scale = "1"; scale = "1";
transform = "270"; transform = "270";
pos = "-1440 -640"; pos = "-1440 -640";
mode = "3440x1440@99.982Hz";
}; };
}; };
}; };