trying to remove extra env vars and stuff

This commit is contained in:
Matt Nish-Lapidus 2025-03-20 15:59:06 -04:00
parent 34dd126901
commit 8c5fcab9d3
2 changed files with 14 additions and 14 deletions

18
flake.lock generated
View file

@ -70,11 +70,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1742462736, "lastModified": 1742493347,
"narHash": "sha256-txzExPg8ZWIfrX653J3GWiJmB3s6yKuApaKkVfskdW4=", "narHash": "sha256-n/VMvni7SScVE54XCzKZ7dWbn5yqKFXef6n0KILhJk0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "d8b5b1643d15bca3308b687918461f5f370f8c6d", "rev": "267b2c6c63a6bd881b2b0df3b320e480d16b2cc6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -357,11 +357,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742447757, "lastModified": 1742489436,
"narHash": "sha256-Q0KXcHQmum8L6IzGhhkVhjFMKY6BvYa/rhmLP26Ws8o=", "narHash": "sha256-891PjWxlkKMEn4dK9rrqTV6py/lf7xFD0d5B2bM0A18=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "94605dcadefeaff6b35c8931c9f38e4f4dc7ad0a", "rev": "fc189507bc0bc74b3794ee6912a5b80de8dfcc0c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -965,11 +965,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1742268799, "lastModified": 1742388435,
"narHash": "sha256-IhnK4LhkBlf14/F8THvUy3xi/TxSQkp9hikfDZRD4Ic=", "narHash": "sha256-GheQGRNYAhHsvPxWVOhAmg9lZKkis22UPbEHlmZMthg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "da044451c6a70518db5b730fe277b70f494188f1", "rev": "b75693fb46bfaf09e662d09ec076c5a162efa9f6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -143,12 +143,12 @@
enable = true; enable = true;
startServices = "sd-switch"; # auto reload services when home is rebuilt startServices = "sd-switch"; # auto reload services when home is rebuilt
sessionVariables = { sessionVariables = {
# GSK_RENDERER = "ngl"; GSK_RENDERER = "ngl";
# MOZ_ENABLE_WAYLAND = 1; MOZ_ENABLE_WAYLAND = 1;
# XCURSOR_SIZE = 32; XCURSOR_SIZE = 32;
# XCURSOR_THEME = "Bibata-Modern-Classic"; XCURSOR_THEME = "Bibata-Modern-Classic";
DISPLAY = ":0"; DISPLAY = ":0";
# WAYLAND_DISPLAY="wayland-1"; WAYLAND_DISPLAY="wayland-1";
}; };
}; };