feat: Add noctalia-shell for niri
This commit is contained in:
parent
7de5231d38
commit
e2963cf15c
7 changed files with 1157 additions and 839 deletions
19
flake.nix
19
flake.nix
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue