29 Oct 2022 |
mei π& | you're probably better off not following the link though | 16:49:48 |
mei π& | it's kind of addicting to read | 16:49:52 |
qwertyuiop | Okay | 16:50:01 |
k0kada (he/him) | In reply to @ckie:ckie.dev it's kind of addicting to read It is kinda of liking discovering vim: you don't know how to exit :P | 16:50:32 |
k0kada (he/him) | In reply to @ckie:ckie.dev it's kind of addicting to read * It is kinda of like discovering vim: you don't know how to exit :P | 16:50:39 |
k0kada (he/him) | I stopped using HN as much though. Feeling that most of the things nowadays are way less interesting then before | 16:51:09 |
qwertyuiop | In reply to @ckie:ckie.dev a site filled with rich tech workers who occasionally have interesting thoughts oooh hacker news, yeah i've read some of the website's threads | 17:15:08 |
qwertyuiop | In reply to @zxsou:matrix.org sent an image. Hi, i'm still trying to solve this. When i install the doom.d files to doom-private misc is ignored | 19:55:00 |
qwertyuiop | just to make sure, is it just because install -D -t $out *.el
| 19:55:43 |
qwertyuiop | wont copy the directory? | 19:55:53 |
qwertyuiop | If this is the issue what should i add to
installPhase = ''
install -D -t $out *.el
cp -r $out/misc misc
'';
| 19:56:23 |
qwertyuiop | ? | 19:56:24 |
qwertyuiop | * If this is the issue what should i add to
installPhase = ''
install -D -t $out *.el
''; | 19:56:35 |
qwertyuiop | In reply to @zxsou:matrix.org If this is the issue what should i add to
installPhase = ''
install -D -t $out *.el
''; okay, i made it work using this instead | 21:47:17 |
qwertyuiop | installPhase = ''
mkdir -p $out
cp -r -t $out *
chmod 755 *
'';
| 21:47:28 |
qwertyuiop | but i only got an empty misc/ dir in doom-private | 21:48:22 |
qwertyuiop | i think its because src isnt recursive | 21:48:43 |
qwertyuiop | src = lib.sourceByRegex ./. [ "misc" "config.org" "init.el" "packages.el" ];
| 21:50:31 |
qwertyuiop | okay, i gave up on the regex filter... I'm incompetent π
| 22:52:47 |
qwertyuiop | now the derivation looks like a mess | 22:53:00 |
qwertyuiop | but | 22:53:01 |
qwertyuiop |  Download image.png | 22:53:08 |
qwertyuiop | its working :D | 22:53:10 |
qwertyuiop | svg splash screen | 22:53:18 |
qwertyuiop | the svg changes colors depending on the theme | 22:53:37 |
qwertyuiop | In reply to @zxsou:matrix.org src = lib.sourceByRegex ./. [ "misc" "config.org" "init.el" "packages.el" ];
if someone is experienced with filters please tell me how to filter it with the contents of the misc/ dir, this i couldnt understand how to do that with this filter | 22:58:52 |
qwertyuiop | https://github.com/souxd/nixos-config/blob/master/modules/emacs/doom.d/default.nix | 22:58:55 |
30 Oct 2022 |
qwertyuiop | In reply to @zxsou:matrix.org okay, i gave up on the regex filter... I'm incompetent π
src = builtins.filterSource (path: type: type != "regular" || baseNameOf path != ".nix") ./.; | 19:49:25 |
qwertyuiop | works well | 19:49:38 |
1 Nov 2022 |
| Emma BastΓ₯s joined the room. | 23:06:47 |