37 lines
1.1 KiB
Nix
37 lines
1.1 KiB
Nix
{
|
|
inputs = {
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
|
|
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
|
import-tree.url = "github:vic/import-tree";
|
|
nixos-hardware.url = "github:NixOs/nixos-hardware/master";
|
|
wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
|
|
nixvim.url = "github:nix-community/nixvim";
|
|
wrappers.url = "github:Lassulus/wrappers";
|
|
stylix.url = "github:danth/stylix";
|
|
hjem = {
|
|
url = "github:feel-co/hjem";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
quickshell = {
|
|
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
qml-niri = {
|
|
url = "github:imiric/qml-niri/main";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
inputs.quickshell.follows = "quickshell";
|
|
};
|
|
|
|
};
|
|
|
|
outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree [ ./modules ]);
|
|
#inputs.nvf.nixosModules.default
|
|
#inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
|
#nvf = {
|
|
# url = "github:notashelf/nvf";
|
|
# inputs.nixpkgs.follows = "nixpkgs";
|
|
#};
|
|
}
|