vanadium: +nix-monitored

This commit is contained in:
Primrose 2025-09-14 19:23:26 +08:00
parent 592aea7271
commit 0e3937d99b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 53 additions and 20 deletions

View file

@ -8,6 +8,7 @@ in
{
config,
lib,
pkgs,
...
}: let
inherit (lib.modules) mkAliasOptionModule;
@ -41,33 +42,42 @@ in
rocmSupport = true;
};
overlays = map import [
../overlays/agenix.nix
../overlays/disko.nix
../overlays/nur.nix
../overlays/wired-notify.nix
../overlays/nix-tree.nix
../overlays/wallpapers.nix
../overlays/nil.nix
../overlays/dix.nix
../overlays/eepy.nix
../overlays/calibre-no-mime.nix
../overlays/fcitx5-table-extra-taiwanese.nix
overlays =
map import
[
../overlays/agenix.nix
../overlays/disko.nix
../overlays/nur.nix
../overlays/wired-notify.nix
../overlays/nix-tree.nix
../overlays/wallpapers.nix
../overlays/nil.nix
../overlays/dix.nix
../overlays/eepy.nix
../overlays/calibre-no-mime.nix
../overlays/fcitx5-table-extra-taiwanese.nix
../overlays/iosevka.nix
../packages/overlay.nix
../overlays/iosevka.nix
../packages/overlay.nix
./vanadium/overlay.nix
./vanadium/overlay.nix
# removed, but I need it for PLFA!
../overlays/pin-emacs28.nix
];
# removed, but I need it for PLFA!
../overlays/pin-emacs28.nix
]
# use lix everywhere and wrap it with nom
++ [
(import (sources.lix-module + "/overlay.nix") {inherit (sources) lix;})
(import ../overlays/nix-monitored.nix)
];
# Set NIX_PATH and flake registry at the same time
# https://github.com/NixOS/nixpkgs/pull/254405
flake.source = sources.nixpkgs;
};
nix.package = pkgs.nix-monitored;
system.nixos.version = lib.substring 0 8 sources.nixpkgs.revision;
}
@ -113,8 +123,6 @@ in
(sources.nixos-hardware + "/framework/13-inch/7040-amd")
(import (sources.lix-module + "/module.nix") {inherit (sources) lix;})
#
# home-manager
#