rename Library to app-state

This commit is contained in:
Yan Lin 2025-11-18 18:46:27 +01:00
parent a72824235b
commit b69ba0c1ff
2 changed files with 4 additions and 4 deletions

View file

@ -286,10 +286,10 @@
enable = true; enable = true;
settings = { settings = {
preload = [ preload = [
"/home/yanlin/Documents/Library/nixos-nineish-dark@4k.png" "/home/yanlin/Documents/app-state/nixos-nineish-dark@4k.png"
]; ];
wallpaper = [ wallpaper = [
",/home/yanlin/Documents/Library/nixos-nineish-dark@4k.png" ",/home/yanlin/Documents/app-state/nixos-nineish-dark@4k.png"
]; ];
}; };
}; };

View file

@ -36,7 +36,7 @@ in
picktool = fzf picktool = fzf
[main] [main]
dir = ~/Documents/Library/papis dir = ~/Documents/app-state/papis
# Local configuration for the main library # Local configuration for the main library
local-config-file = .papisrc local-config-file = .papisrc
@ -44,7 +44,7 @@ in
# Create the papis library directory # Create the papis library directory
home.activation.createPapisDir = '' home.activation.createPapisDir = ''
mkdir -p ~/Documents/Library/papis mkdir -p ~/Documents/app-state/papis
''; '';
# Papis bibliography template # Papis bibliography template