huh
This commit is contained in:
parent
f04f858aeb
commit
b1e6f4256f
7 changed files with 21 additions and 14 deletions
8
home/xournalpp/default.nix
Normal file
8
home/xournalpp/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.xournalpp];
|
||||
home.file.xournalpp = {
|
||||
source = ./settings;
|
||||
target = ".config/xournalpp";
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue