aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock16
-rw-r--r--flake.nix6
-rw-r--r--user-mora.nix2
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
];
###