Skip to content

Commit

Permalink
fix(xorg): create Pictures/Screenshots dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Jan 11, 2025
1 parent f286c09 commit 84222c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/apps/xorg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ in
};

home = {
activation = {
screenshots-dir = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
mkdir -p "${config.home.homeDirectory}/Pictures/Screenshots"
'';
};

packages = [
pkgs.roboto
pkgs.xclip # pbcopy and pbpaste
Expand Down

0 comments on commit 84222c1

Please sign in to comment.