This commit is contained in:
2025-04-20 11:56:54 +08:00
parent 5a282cf2f9
commit 22ef154a97

View File

@@ -1,13 +1,12 @@
# Configuration file init by: nix flake init -t github:misterio77/nix-starter-config#standard
{
outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, home-manager-unstable, ... }@inputs:
outputs = { self, sysversion, nixpkgs, nixpkgs-unstable, home-manager, home-manager-unstable, ... }@inputs:
let
inherit (self) outputs;
inherit (nixpkgs) lib;
username = "alex";
useremail = "reizero@live.com";
hostname = "luna";
sysversion = "24.11";
libs = import ./libs { inherit nixpkgs; };
in
rec {
@@ -63,6 +62,8 @@
};
inputs = {
sysversion = "24.11";
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-${sysversion}";
# You can access packages and modules from different nixpkgs revs