From 1804a8e4a9be2736c1825cf5ec75e23441cd7b21 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Thu, 13 Mar 2025 14:30:37 +0100 Subject: [PATCH] Update nixpkgs-unstable --- flake.lock | 12 ++++++------ home/modules/linux/graphical/wayland.nix | 2 -- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index f601382..3c78010 100644 --- a/flake.lock +++ b/flake.lock @@ -623,11 +623,11 @@ ] }, "locked": { - "lastModified": 1741128660, - "narHash": "sha256-GWaZ+KGxWYbOB15CSqktwngq0ccA1l2Ov3aUfl9jeY4=", + "lastModified": 1741791118, + "narHash": "sha256-4Y427uj0eql4yRU5rely3EcOlB9q457UDbG9omPtXiA=", "owner": "nix-community", "repo": "home-manager", - "rev": "b1b964ea9348aef08cab514fa88e9c99def6fd63", + "rev": "18780912345970e5b546b1b085385789b6935a83", "type": "github" }, "original": { @@ -957,11 +957,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1741037377, - "narHash": "sha256-SvtvVKHaUX4Owb+PasySwZsoc5VUeTf1px34BByiOxw=", + "lastModified": 1741708242, + "narHash": "sha256-cNRqdQD4sZpN7JLqxVOze4+WsWTmv2DGH0wNCOVwrWc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "02032da4af073d0f6110540c8677f16d4be0117f", + "rev": "b62d2a95c72fb068aecd374a7262b37ed92df82b", "type": "github" }, "original": { diff --git a/home/modules/linux/graphical/wayland.nix b/home/modules/linux/graphical/wayland.nix index 26776b8..3f4fcf6 100644 --- a/home/modules/linux/graphical/wayland.nix +++ b/home/modules/linux/graphical/wayland.nix @@ -107,8 +107,6 @@ with lib; latitude = "46.31"; longitude = "6.38"; }; - systemd.user.services.wlsunset.Unit.After = "graphical-session.target"; - # Notification system # services.dunst = {