Initial flake-based system config

This commit is contained in:
MichaelFisher1997 2025-05-10 16:33:30 +01:00
parent 3c37d9f335
commit 13f11fda47
12 changed files with 17 additions and 1 deletions

17
flake.nix Normal file
View File

@ -0,0 +1,17 @@
{
description = "NixOS configuration for hypr-nix";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs, ... }@inputs: {
nixosConfigurations.hypr-nix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/hypr-nix/configuration.nix
];
};
};
}

1
result
View File

@ -1 +0,0 @@
/nix/store/2hqaqfwyqgx9fpfcpwzf1ajj723z7hk6-nixos-system-hypr-nix-24.05.7376.b134951a4c9f