fix: eliminate configuration evaluation warnings

This commit is contained in:
2026-08-02 13:20:59 -04:00
parent 58f6b108c3
commit 8e8752e519
4 changed files with 11 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ in
image = wallpaper;
# Regreet is not enabled, so its styling target stays off.
targets.regreet.enable = false;
cursor = {
package = pkgs.bibata-cursors;
# Solid white with a dark outline, so it stays easy to spot against the

View File

@@ -19,6 +19,7 @@ in
home-manager.users.${user} = hm: {
programs.nixvim = {
enable = true;
nixpkgs.useGlobalPackages = true;
extraPackages = with pkgs; [
git # neogit and gitsigns shell out to git