mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add fs-diff script for impermanence check
This commit is contained in:
parent
c0a2be3791
commit
ea81fcf56e
8 changed files with 51 additions and 4 deletions
6
pkgs/fs-diff/default.nix
Normal file
6
pkgs/fs-diff/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ writeShellApplication, sway }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "fs-diff";
|
||||
text = builtins.readFile ../../scripts/fs-diff.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue