feat: Add noctalia-shell for niri

This commit is contained in:
ulic-youthlic 2025-11-10 19:28:58 +08:00
parent 7de5231d38
commit e2963cf15c
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 1157 additions and 839 deletions

View file

@ -65,9 +65,6 @@
owner = "helix-editor";
repo = "helix";
ref = "master";
inputs = {
nixpkgs.follows = "nixpkgs";
};
};
home-manager = {
@ -228,5 +225,21 @@
owner = "fufexan";
repo = "nix-gaming";
};
quickshell = {
type = "github";
owner = "outfoxxed";
repo = "quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
noctalia = {
type = "github";
owner = "noctalia-dev";
repo = "noctalia-shell";
inputs = {
nixpkgs.follows = "nixpkgs";
quickshell.follows = "quickshell";
};
};
};
}