re-organised flake inputs and common config

This commit is contained in:
2026-03-22 12:00:27 +00:00
parent f3d247f8ca
commit 911930bcc3
3 changed files with 91 additions and 91 deletions

View File

@@ -2,22 +2,24 @@
description = "Master flake for Voidarc nix config";
inputs = {
# System
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
sls-steam = {
url = "github:AceSLS/SLSsteam";
nvim-wrapped = {
url = "git+file:///home/user01/.dotfiles/.config/nvim";
inputs.nixpkgs.follows = "nixpkgs";
};
# Apps
sls-steam.url = "github:AceSLS/SLSsteam";
chataigne.url = "./modules/chataigne";
nvim-wrapped.url = "git+file:///home/user01/.dotfiles/.config/nvim";
tree-sitter.url = "github:tree-sitter/tree-sitter?ref=8b8199775f96ca8642cf7860da46100875b38453";
# Utils
doot.url = "github:voidarclabs/nixos.doot";
way-edges.url = "github:way-edges/way-edges";
otter-launcher.url = "github:kuokuo123/otter-launcher";
fsel.url = "github:Mjoyufull/fsel";
# Davinci-resolve
mesa-davinci.url = "github:nixos/nixpkgs?ref=599ddd2b79331c1e6153e1659bdaab65d62c4c82";
};