feat: add noctalia
This commit is contained in:
parent
d8591cb70d
commit
e680174e2c
2 changed files with 46 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -20,6 +20,16 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
#inputs.obsidian-nvim.follows = "obsidian-nvim";
|
||||
};
|
||||
|
||||
quickshell = {
|
||||
url = "github:outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia-shell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.quickshell.follows = "quickshell";
|
||||
};
|
||||
};
|
||||
# https://nix.dev/tutorials/nix-language.html#named-attribute-set-argument
|
||||
outputs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue