overlays refactor
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{ pkgs, hyper, inputs, ... }:
|
||||
{ pkgs, ... }@all: with all;
|
||||
{
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.nixpkgs.nixosModules.readOnlyPkgs
|
||||
|
||||
./system-modules/adb.nix
|
||||
./system-modules/auto-mount.nix
|
||||
@@ -119,8 +118,6 @@
|
||||
dmidecode
|
||||
file
|
||||
parallel
|
||||
# ]) ++ (with pkgs-unstable; [
|
||||
# # sendme
|
||||
]);
|
||||
|
||||
environment.variables = {
|
||||
@@ -140,7 +137,7 @@
|
||||
|
||||
system.stateVersion = pkgs.version;
|
||||
|
||||
nixpkgs.pkgs = pkgs;
|
||||
# nixpkgs.pkgs = pkgs;
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user