holy moly we're almost there
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
{
|
||||
home.file = {
|
||||
".taskrc".source = ./taskrc;
|
||||
".local/bin/task-note".source = ./bin/task-note.py;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user