mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
fix: yazi
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -70,14 +70,14 @@
|
||||
statusBar = "ashell"; # available: ashell | waybar
|
||||
|
||||
pathConfig = {
|
||||
wallpaper = "Obrazy/tapety/catppuccin";
|
||||
screenshot = "Obrazy/zrzuty/";
|
||||
obsidian = "Dokumenty/obsidian";
|
||||
projects = "Kodowanie";
|
||||
documents = "Dokumenty";
|
||||
pictures = "Obrazy";
|
||||
downloads = "Pobrane";
|
||||
video = "Video";
|
||||
wallpaper = "Obrazy/tapety/catppuccin"; # relative to $HOME/
|
||||
screenshot = "Obrazy/zrzuty/"; # relative to $HOME/
|
||||
obsidian = "Dokumenty/obsidian"; # relative to $HOME/
|
||||
projects = "~/Kodowanie";
|
||||
documents = "~/Dokumenty";
|
||||
pictures = "~/Obrazy";
|
||||
downloads = "~/Pobrane";
|
||||
video = "~/Video";
|
||||
};
|
||||
|
||||
isNixOS = true;
|
||||
|
||||
Reference in New Issue
Block a user