diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/scanner/default.nix | 1 | ||||
-rw-r--r-- | home/shell/zsh/prompt.zsh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/home/scanner/default.nix b/home/scanner/default.nix index fefbd54..ee51239 100644 --- a/home/scanner/default.nix +++ b/home/scanner/default.nix @@ -9,4 +9,3 @@ in home.packages = with pkgs; [ tesseract imagemagick exiftool sane-airscan ]; }; } - diff --git a/home/shell/zsh/prompt.zsh b/home/shell/zsh/prompt.zsh index 1c21d4b..291f436 100644 --- a/home/shell/zsh/prompt.zsh +++ b/home/shell/zsh/prompt.zsh @@ -8,4 +8,3 @@ if [ "$TERM" = "dumb" ]; then PS1='$ ' unsetopt zle fi - |