Skip to content

Commit

Permalink
feat(modules/home): added gimp stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Oct 7, 2024
1 parent b4e4cd2 commit 282987b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/home/gimp/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [gimp-with-plugins];
persistence."/persist/home/bddvlpr".directories = [
".config/GIMP"
".cache/gimp"
];
};
}

0 comments on commit 282987b

Please sign in to comment.