Merge branch 'main' of github.com:itepastra/nixconf
This commit is contained in:
commit
443eb33753
9 changed files with 376 additions and 181 deletions
14
flake.nix
14
flake.nix
|
|
@ -45,6 +45,20 @@
|
|||
};
|
||||
# scrolling window manager
|
||||
niri.url = "github:YaLTeR/niri";
|
||||
# alternative nix implementation
|
||||
lix = {
|
||||
url = "git+https://git.lix.systems/lix-project/lix.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# module for lix
|
||||
lix-module = {
|
||||
url = "git+https://git.lix.systems/lix-project/nixos-module.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.lix.follows = "lix";
|
||||
};
|
||||
qubit-quilt = {
|
||||
url = "github:itepastra/Quantum-surface-application/qubit-controls";
|
||||
};
|
||||
# declarative vencord client
|
||||
nixcord.url = "github:kaylorben/nixcord";
|
||||
# for styling apps etc in a consistent theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue