Initial commit
This commit is contained in:
25
flake.nix
Normal file
25
flake.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
||||
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";
|
||||
#};
|
||||
}
|
||||
Reference in New Issue
Block a user