system: update

This commit is contained in:
2025-03-30 22:22:46 +03:00
parent 8c39e606e3
commit 2d322ab1f2
13 changed files with 114 additions and 80 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, pkgs-stable, lib, inputs, ...}: {
{ config, pkgs, pkgs-stable, pkgs-fixed, lib, inputs, ...}: {
imports = [
./secrets/secrets.nix
./modules/aagl.nix
@ -16,6 +16,7 @@
inherit config;
inherit pkgs;
inherit pkgs-stable;
inherit pkgs-fixed;
inherit lib;
inherit inputs;
name = "chest";

View File

@ -1,4 +1,4 @@
{ config, pkgs, pkgs-stable, lib, inputs, ...}: {
{ config, pkgs, pkgs-stable, pkgs-fixed, lib, inputs, ...}: {
imports = [
./secrets/secrets.nix
./modules/grub.nix
@ -16,6 +16,7 @@
inherit config;
inherit pkgs;
inherit pkgs-stable;
inherit pkgs-fixed;
inherit lib;
inherit inputs;
name = "sweetbread";

View File

@ -1,4 +1,4 @@
{ config, pkgs, pkgs-stable, lib, inputs, ...}: {
{ config, pkgs, pkgs-stable, pkgs-fixed, lib, inputs, ...}: {
imports = [
./secrets/secrets.nix
./modules/grub.nix
@ -14,6 +14,7 @@
inherit config;
inherit pkgs;
inherit pkgs-stable;
inherit pkgs-fixed;
inherit lib;
inherit inputs;
name = "sweetbread";