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
|
|
@ -158,6 +158,7 @@
|
|||
swarselcheck
|
||||
waybarupdate
|
||||
opacitytoggle
|
||||
fs-diff
|
||||
|
||||
(pkgs.writeScriptBin "project" ''
|
||||
#! ${pkgs.bash}/bin/bash
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
cd = "z";
|
||||
cdr = "cd \"$( (find /home/swarsel/Documents/GitHub -maxdepth 1 && echo /home/swarsel/.dotfiles) | fzf )\"";
|
||||
nix-ldd = "LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH ldd";
|
||||
fs-diff = "sudo mount -o subvol=/ /dev/mapper/cryptroot /mnt ; fs-diff";
|
||||
};
|
||||
autosuggestion.enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
|
||||
# pinentry
|
||||
|
||||
# secure boot
|
||||
sbctl
|
||||
|
||||
nix-index
|
||||
|
||||
# keyboards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue