diff options
author | 2025-03-02 16:46:59 +0300 | |
---|---|---|
committer | 2025-03-02 16:46:59 +0300 | |
commit | c807f472f543c43fcf8ab66d7485a9bb9af0cc62 (patch) | |
tree | d73d53bee862895d0b678eccd220ae531d8ac028 /flake.lock | |
parent | feat(mora): add `ags` (diff) | |
download | nixos-configuration-c807f472f543c43fcf8ab66d7485a9bb9af0cc62.tar.gz nixos-configuration-c807f472f543c43fcf8ab66d7485a9bb9af0cc62.tar.bz2 nixos-configuration-c807f472f543c43fcf8ab66d7485a9bb9af0cc62.tar.lz nixos-configuration-c807f472f543c43fcf8ab66d7485a9bb9af0cc62.tar.xz nixos-configuration-c807f472f543c43fcf8ab66d7485a9bb9af0cc62.tar.zst nixos-configuration-c807f472f543c43fcf8ab66d7485a9bb9af0cc62.zip |
fix(mora): use `agsFull` instead of default `ags`
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -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", |