update niri
Charlotte Som charlotte@som.codes
Sat, 25 Jan 2025 09:35:44 +0000
3 files changed,
19 insertions(+),
12 deletions(-)
M
flake.lock
→
flake.lock
@@ -80,11 +80,11 @@ "xwayland-satellite-stable": "xwayland-satellite-stable",
"xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1737701679, - "narHash": "sha256-obXnyI4AND03Eh6EgUwqG9o8YrQleiKoGRIVfw8ZClw=", + "lastModified": 1737795164, + "narHash": "sha256-Tga059uxjODo6uvvGsCMdMbjdgckbccHvHrvaIt8jjw=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "52d45f71b06afe12efc34bf2d9bfe32bfa16cecd", + "rev": "18577fc6b0f3fde27303893b4c6f6b7a5143947c", "type": "github" }, "original": {@@ -113,11 +113,11 @@ },
"niri-unstable": { "flake": false, "locked": { - "lastModified": 1737697331, - "narHash": "sha256-9k77pFW2ANx8bZc+RcF6YP9McFZsUCWWY+XwBX0P3/Q=", + "lastModified": 1737791647, + "narHash": "sha256-r43XXBScgeFt+TwQQHvd8+DuJXU8ghnLcVdAqbXeulQ=", "owner": "YaLTeR", "repo": "niri", - "rev": "748d90b443b9f20134020c21760b5b6c2c42a7de", + "rev": "4f793038117b4fef38f491e665a66589eb896e0a", "type": "github" }, "original": {@@ -144,11 +144,11 @@ }
}, "nixpkgs-stable": { "locked": { - "lastModified": 1737569578, - "narHash": "sha256-6qY0pk2QmUtBT9Mywdvif0i/CLVgpCjMUn6g9vB+f3M=", + "lastModified": 1737672001, + "narHash": "sha256-YnHJJ19wqmibLQdUeq9xzE6CjrMA568KN/lFPuSVs4I=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "47addd76727f42d351590c905d9d1905ca895b82", + "rev": "035f8c0853c2977b24ffc4d0a42c74f00b182cd8", "type": "github" }, "original": {@@ -160,11 +160,11 @@ }
}, "nixpkgs-unstable": { "locked": { - "lastModified": 1728241625, - "narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=", + "lastModified": 1737632463, + "narHash": "sha256-38J9QfeGSej341ouwzqf77WIHAScihAKCt8PQJ+NH28=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1", + "rev": "0aa475546ed21629c4f5bbf90e38c846a99ec9e9", "type": "github" }, "original": {
M
profiles/runestone/desktop.nix
→
profiles/runestone/desktop.nix
@@ -9,10 +9,14 @@ user = "charlotte";
}; programs.niri.enable = true; + programs.niri.package = pkgs.niri-unstable; + environment.systemPackages = (with pkgs; [ fuzzel wireplumber + swww + waypaper ]); programs.kdeconnect.enable = true;