From 0a798863bf02cfe64e3a865a20561647b53f263e Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:28:45 +0200 Subject: [PATCH] update --- flake.lock | 30 +++++++++++++++--------------- nixos/configuration.nix | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 0eb17f8..409c513 100644 --- a/flake.lock +++ b/flake.lock @@ -25,11 +25,11 @@ ] }, "locked": { - "lastModified": 1725180166, - "narHash": "sha256-fzssXuGR/mCeGbzM1ExaTqDz7QDGta3WA4jJsZyRruo=", + "lastModified": 1727246346, + "narHash": "sha256-TcUaKtya339Asu+g6KTJ8h7KiKcKXKp2V+At+7tksyY=", "owner": "nix-community", "repo": "home-manager", - "rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb", + "rev": "1e22ef1518fb175d762006f9cae7f6312b8caedb", "type": "github" }, "original": { @@ -47,11 +47,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1725469873, - "narHash": "sha256-uZsfHhcYpobatWaDQczuc9Z3BWHN5VO0qr/8mu5kEio=", + "lastModified": 1727282705, + "narHash": "sha256-wDraOIhRM9x3c6ceiCCgfyawnfSBc2HHiI1NegmdE2E=", "owner": "martinvonz", "repo": "jj", - "rev": "d002a5ad35e624a731e96e85f490f28febc7797e", + "rev": "68832f49353c2878dfefa537261aa6692fa97ae6", "type": "github" }, "original": { @@ -83,11 +83,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1725103162, - "narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=", + "lastModified": 1726937504, + "narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=", "owner": "nixos", "repo": "nixpkgs", - "rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b", + "rev": "9357f4f23713673f310988025d9dc261c20e70c6", "type": "github" }, "original": { @@ -115,11 +115,11 @@ }, "nur": { "locked": { - "lastModified": 1725468160, - "narHash": "sha256-tU5R+Q9A7Ao8DvUV7Wb72WmFLxH/7TDWIl0J2m+rh2E=", + "lastModified": 1727282922, + "narHash": "sha256-E02sB3xUunf2jJdfQZGUHtThRw3DuvsHqvW3ZhIkfKc=", "owner": "nix-community", "repo": "NUR", - "rev": "63760b735f1e7eebc725b6c9bc39170107dcb71e", + "rev": "054121a25636bdc7201deff2d907f4fbdb9bcc25", "type": "github" }, "original": { @@ -146,11 +146,11 @@ ] }, "locked": { - "lastModified": 1724034091, - "narHash": "sha256-b1g7w0sw+MDAhUAeCoX1vlTghsqcDZkxr+k9OZmxPa8=", + "lastModified": 1725589472, + "narHash": "sha256-+OB00N6Yql/ZRQQkQ0PNnxfW2tH89DHnv29hBS7tXMM=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "c7d36e0947826e0751a5214ffe82533fbc909bc0", + "rev": "2b00881d2ff72174cffdc007238cb6bedd6e1d8e", "type": "github" }, "original": { diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 83cd926..fc710cf 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -112,7 +112,7 @@ in fsType = "nfs"; }; - # Enable the X11 windowing system. + # Enable the X11/Wayland windowing system. services.xserver = { enable = true; @@ -125,7 +125,7 @@ in [org.gnome.mutter] experimental-features=['scale-monitor-framebuffer'] ''; - extraGSettingsOverridePackages = [ pkgs.gnome.mutter ]; + extraGSettingsOverridePackages = [ pkgs.mutter ]; }; # Configure keymap in X11