back interdiff of round #7 and #6

chore(pm): Update npins #99

merged
opened by thecoded.prof targeting main from private/coded/push-wrlpoonwsmnk
files
packetmix
homes
catppuccin
npins
packages
headscale
systems
freshlybakedcake+personal
teal
ERROR
packetmix/npins/sources.json

Failed to calculate interdiff for this file.

ERROR
packetmix/packages/headscale/default.nix

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/freshlybakedcake+personal/kanidm.nix

Failed to calculate interdiff for this file.

ERROR
packetmix/systems/teal/kanidm.nix

Failed to calculate interdiff for this file.

NEW
packetmix/homes/catppuccin/catppuccin.nix
··· 2 2 # 3 3 # SPDX-License-Identifier: MIT 4 4 5 - { project, ... }: 5 + { project, lib, ... }: 6 6 { 7 7 imports = [ 8 8 project.inputs.catppuccin.result.homeModules.catppuccin 9 9 "${project.inputs.home-manager-unstable.src}/modules/programs/vivid.nix" # Needed for latest catppuccin... 10 10 ]; 11 11 config.catppuccin.enable = true; 12 + config.catppuccin.delta.enable = lib.mkForce false; 12 13 13 14 config.catppuccin.cursors.enable = true; 14 15 config.home.pointerCursor.enable = true;