aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-03-02 12:12:25 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-03-02 12:12:25 +0300
commit2fb49fe63e3bf8ae279fa57410f2f6d4ce74ed45 (patch)
treeceead8c7226ac43e43f4f7cecdff66f637f8d7bd
parentfeat(mora): add `easyeffects` (diff)
downloadnixos-configuration-2fb49fe63e3bf8ae279fa57410f2f6d4ce74ed45.tar.gz
nixos-configuration-2fb49fe63e3bf8ae279fa57410f2f6d4ce74ed45.tar.bz2
nixos-configuration-2fb49fe63e3bf8ae279fa57410f2f6d4ce74ed45.tar.lz
nixos-configuration-2fb49fe63e3bf8ae279fa57410f2f6d4ce74ed45.tar.xz
nixos-configuration-2fb49fe63e3bf8ae279fa57410f2f6d4ce74ed45.tar.zst
nixos-configuration-2fb49fe63e3bf8ae279fa57410f2f6d4ce74ed45.zip
feat(mora): add `ags`
-rw-r--r--flake.lock43
-rw-r--r--flake.nix5
-rw-r--r--user-mora.nix2
3 files changed, 50 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index b230739..ffe7f74 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,47 @@
{
"nodes": {
+ "astal": {
+ "inputs": {
+ "nixpkgs": [
+ "aylurs-gtk-shell",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1737670815,
+ "narHash": "sha256-ZCxxshGN7XooabArcoGkYSNx5yVunqjKJi2aTv6cznI=",
+ "owner": "aylur",
+ "repo": "astal",
+ "rev": "127e9cdcbf173846a3c40ddc0abfbb038df48042",
+ "type": "github"
+ },
+ "original": {
+ "owner": "aylur",
+ "repo": "astal",
+ "type": "github"
+ }
+ },
+ "aylurs-gtk-shell": {
+ "inputs": {
+ "astal": "astal",
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1738087375,
+ "narHash": "sha256-GLyNtU9A2VN22jNRHZ2OXuFfTJLh8uEVVt+ftsKUX0c=",
+ "owner": "Aylur",
+ "repo": "ags",
+ "rev": "a6a7a0adb17740f4c34a59902701870d46fbb6a4",
+ "type": "github"
+ },
+ "original": {
+ "owner": "Aylur",
+ "repo": "ags",
+ "type": "github"
+ }
+ },
"crane": {
"locked": {
"lastModified": 1731098351,
@@ -487,6 +529,7 @@
},
"root": {
"inputs": {
+ "aylurs-gtk-shell": "aylurs-gtk-shell",
"fjordlauncher": "fjordlauncher",
"flake-compat": "flake-compat",
"flake-parts": "flake-parts",
diff --git a/flake.nix b/flake.nix
index e921f49..a1b05b0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -59,6 +59,11 @@
};
# Applications
+ aylurs-gtk-shell = {
+ url = "github:Aylur/ags";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
fjordlauncher = {
url = "github:unmojang/FjordLauncher";
inputs.nixpkgs.follows = "nixpkgs";
diff --git a/user-mora.nix b/user-mora.nix
index 301656a..7871a16 100644
--- a/user-mora.nix
+++ b/user-mora.nix
@@ -113,6 +113,8 @@
# Applications
niri
inputs.wezterm.packages.${pkgs.system}.default
+
+ inputs.aylurs-gtk-shell.packages.${pkgs.system}.default
];
###