modify
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
# Configuration file init by: nix flake init -t github:misterio77/nix-starter-config#standard
|
# 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
|
let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
username = "alex";
|
username = "alex";
|
||||||
useremail = "reizero@live.com";
|
useremail = "reizero@live.com";
|
||||||
hostname = "luna";
|
hostname = "luna";
|
||||||
sysversion = "24.11";
|
|
||||||
libs = import ./libs { inherit nixpkgs; };
|
libs = import ./libs { inherit nixpkgs; };
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
@@ -63,6 +62,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
sysversion = "24.11";
|
||||||
|
|
||||||
# Nixpkgs
|
# Nixpkgs
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-${sysversion}";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-${sysversion}";
|
||||||
# You can access packages and modules from different nixpkgs revs
|
# You can access packages and modules from different nixpkgs revs
|
||||||
|
|||||||
Reference in New Issue
Block a user