diff --git a/flake.lock b/flake.lock index 5e20dd2..196f16e 100644 --- a/flake.lock +++ b/flake.lock @@ -332,11 +332,11 @@ "nixpkgs": "nixpkgs_8" }, "locked": { - "lastModified": 1744882345, - "narHash": "sha256-ga0Z2H8Eq3slwlxbH1qOZ75bjf2z8nIP+uvvhAVNbX4=", + "lastModified": 1745499788, + "narHash": "sha256-Xuh/M5n8qA+Zhg7Sa6qELtTXhNdaUXLzHJ+2lGwKIlQ=", "owner": "kylekrein", "repo": "emacs-config", - "rev": "fe7e00002fbeb27b0461cd3a60bd2a251db378e3", + "rev": "a194211d5758305e5010441497248653815fcf31", "type": "github" }, "original": { @@ -354,11 +354,11 @@ "nixpkgs-stable": "nixpkgs-stable_3" }, "locked": { - "lastModified": 1742462736, - "narHash": "sha256-txzExPg8ZWIfrX653J3GWiJmB3s6yKuApaKkVfskdW4=", + "lastModified": 1745483009, + "narHash": "sha256-nMSo37sprHHbK7uYAw5IwVbQ/qqB9piMh8IGH77EqSk=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "d8b5b1643d15bca3308b687918461f5f370f8c6d", + "rev": "acf94b5dd33ce8e3fb995421cd1a719bb0d9c804", "type": "github" }, "original": { @@ -1292,11 +1292,11 @@ }, "nixpkgs-stable_3": { "locked": { - "lastModified": 1742268799, - "narHash": "sha256-IhnK4LhkBlf14/F8THvUy3xi/TxSQkp9hikfDZRD4Ic=", + "lastModified": 1745279238, + "narHash": "sha256-AQ7M9wTa/Pa/kK5pcGTgX/DGqMHyzsyINfN7ktsI7Fo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "da044451c6a70518db5b730fe277b70f494188f1", + "rev": "9684b53175fc6c09581e94cc85f05ab77464c7e3", "type": "github" }, "original": { @@ -1500,11 +1500,11 @@ }, "nixpkgs_8": { "locked": { - "lastModified": 1742288794, - "narHash": "sha256-Txwa5uO+qpQXrNG4eumPSD+hHzzYi/CdaM80M9XRLCo=", + "lastModified": 1745391562, + "narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b6eaf97c6960d97350c584de1b6dcff03c9daf42", + "rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7", "type": "github" }, "original": { diff --git a/nixos/wsl.nix b/nixos/wsl.nix index a261103..10a9a7e 100644 --- a/nixos/wsl.nix +++ b/nixos/wsl.nix @@ -82,6 +82,7 @@ environment.sessionVariables = { NIXOS_OZONE_WL = "1"; XDG_RUNTIME_DIR = "/mnt/wslg/runtime-dir"; #sometimes gui apps stop working in wsl. This option makes GUI apps load much slower but at least they work https://github.com/microsoft/wslg/issues/1303#issuecomment-2764300164 + EDITOR = "emacsclient -c"; }; hardware = {