about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/scanner/default.nix1
-rw-r--r--home/shell/zsh/prompt.zsh1
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
-