make it nicer
This commit is contained in:
parent
64cb83cddb
commit
91f1a9b552
1 changed files with 9 additions and 10 deletions
19
flake.nix
19
flake.nix
|
@ -87,14 +87,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
flake = {
|
||||
flake =
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
config.allowUnfree = true;
|
||||
system = "x86_64-linux";
|
||||
overlays = import ./overlay;
|
||||
};
|
||||
in
|
||||
{
|
||||
nixosConfigurations =
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
config.allowUnfree = true;
|
||||
system = "x86_64-linux";
|
||||
overlays = import ./overlay;
|
||||
};
|
||||
lib = nixpkgs.lib;
|
||||
in
|
||||
{
|
||||
|
@ -140,10 +143,6 @@
|
|||
};
|
||||
homeConfigurations =
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
config.allowUnfree = true;
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
lib = home-manager.lib;
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue