From c807f472f543c43fcf8ab66d7485a9bb9af0cc62 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sun, 2 Mar 2025 16:46:59 +0300 Subject: fix(mora): use `agsFull` instead of default `ags` --- flake.lock | 16 +++++++++------- flake.nix | 6 ++++++ user-mora.nix | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index ffe7f74..131d075 100644 --- a/flake.lock +++ b/flake.lock @@ -3,27 +3,28 @@ "astal": { "inputs": { "nixpkgs": [ - "aylurs-gtk-shell", "nixpkgs" ] }, "locked": { - "lastModified": 1737670815, - "narHash": "sha256-ZCxxshGN7XooabArcoGkYSNx5yVunqjKJi2aTv6cznI=", - "owner": "aylur", + "lastModified": 1740786007, + "narHash": "sha256-R263ls8DSU84dBBEi/UvHxffJUySD4igHcbGmDSUtEs=", + "owner": "Aylur", "repo": "astal", - "rev": "127e9cdcbf173846a3c40ddc0abfbb038df48042", + "rev": "dfd1f23c7562694e571d44c45aa74fcea9b1ba01", "type": "github" }, "original": { - "owner": "aylur", + "owner": "Aylur", "repo": "astal", "type": "github" } }, "aylurs-gtk-shell": { "inputs": { - "astal": "astal", + "astal": [ + "astal" + ], "nixpkgs": [ "nixpkgs" ] @@ -529,6 +530,7 @@ }, "root": { "inputs": { + "astal": "astal", "aylurs-gtk-shell": "aylurs-gtk-shell", "fjordlauncher": "fjordlauncher", "flake-compat": "flake-compat", diff --git a/flake.nix b/flake.nix index a1b05b0..cabce85 100644 --- a/flake.nix +++ b/flake.nix @@ -59,9 +59,15 @@ }; # Applications + astal = { + url = "github:Aylur/astal"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + aylurs-gtk-shell = { url = "github:Aylur/ags"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.astal.follows = "astal"; }; fjordlauncher = { diff --git a/user-mora.nix b/user-mora.nix index 7871a16..b03e72f 100644 --- a/user-mora.nix +++ b/user-mora.nix @@ -114,7 +114,7 @@ niri inputs.wezterm.packages.${pkgs.system}.default - inputs.aylurs-gtk-shell.packages.${pkgs.system}.default + inputs.aylurs-gtk-shell.packages.${pkgs.system}.agsFull ]; ### -- cgit v1.2.3-70-g09d2