more tweaks to overlays

This commit is contained in:
Noah Masur
2025-02-15 13:59:17 -05:00
parent 798bac75e8
commit 2425c76a84
4 changed files with 21 additions and 26 deletions

View File

@ -259,7 +259,6 @@
(import ./overlays/tree-sitter.nix inputs)
(import ./overlays/mpv-scripts.nix inputs)
(import ./overlays/nextcloud-apps.nix inputs)
(import ./overlays/betterlockscreen.nix)
];
# System types to support.
@ -275,8 +274,7 @@
# { system -> pkgs }
pkgsBySystem = forAllSystems (system: import nixpkgs { inherit system overlays; });
hosts = import ./hosts;
# stablePkgsBySystem = forAllSystems (system: import nixpkgs { inherit system overlays; });
buildHome =
{ pkgs, modules }: