Compare commits

..

No commits in common. "96ddd61320173ddade0a41090241413552116320" and "cbc9a87f09eb7fe34406d6ea20a01cca1ae980c1" have entirely different histories.

3 changed files with 0 additions and 16 deletions

View file

@ -2,7 +2,6 @@
{
config = {
home.packages = with pkgs; [
nvd
nix-diff
nix-tree
nix-output-monitor

View file

@ -8,7 +8,6 @@
./ccc
./common.nix
./desktop.nix
./diff
./gaming
./geoffrey.nix
./printing

View file

@ -1,14 +0,0 @@
{ pkgs, lib, config, ... }:
{
config = {
system.activationScripts.diff = {
supportsDryActivation = true;
text = ''
if [ -h /run/current-system ]
then
${pkgs.nvd}/bin/nvd --nix-bin-dir=${pkgs.nix}/bin diff /run/current-system "$systemConfig"
fi
'';
};
};
}