Merge branch 'main' of github.com:itepastra/nixconf

This commit is contained in:
Noa Aarts 2025-09-12 11:09:34 +02:00
commit 443eb33753
Signed by: noa
GPG key ID: 1850932741EFF672
9 changed files with 376 additions and 181 deletions

View file

@ -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