Compare commits
No commits in common. "96ddd61320173ddade0a41090241413552116320" and "cbc9a87f09eb7fe34406d6ea20a01cca1ae980c1" have entirely different histories.
96ddd61320
...
cbc9a87f09
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
config = {
|
||||
home.packages = with pkgs; [
|
||||
nvd
|
||||
nix-diff
|
||||
nix-tree
|
||||
nix-output-monitor
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
./ccc
|
||||
./common.nix
|
||||
./desktop.nix
|
||||
./diff
|
||||
./gaming
|
||||
./geoffrey.nix
|
||||
./printing
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue