!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

220 Members
Running Doom Emacs with Nix | You probably want https://github.com/nix-community/nix-doom-emacs46 Servers

Load older messages


SenderMessageTime
29 Oct 2022
@zxsou:matrix.orgqwertyuiopits working :D22:53:10
@zxsou:matrix.orgqwertyuiopsvg splash screen22:53:18
@zxsou:matrix.orgqwertyuiopthe svg changes colors depending on the theme22:53:37
@zxsou:matrix.orgqwertyuiop
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
@zxsou:matrix.orgqwertyuiophttps://github.com/souxd/nixos-config/blob/master/modules/emacs/doom.d/default.nix22:58:55
30 Oct 2022
@zxsou:matrix.orgqwertyuiop
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
@zxsou:matrix.orgqwertyuiopworks well19:49:38
1 Nov 2022
@emmabastas:matrix.orgEmma Bastås joined the room.23:06:47
2 Nov 2022
@aalevy:princeton.systemsAmit Levy joined the room.15:57:37
4 Nov 2022
@k0kada:matrix.orgk0kada (he/him) Hey ckie (they/them), friendly ping: https://github.com/nix-community/nix-doom-emacs/pull/326 10:50:14
@ckie:ckie.devckie (they/them)good time, i'm rsyncing a few 100 gb at 1gbit and its Taking Some Time10:50:46
@ckie:ckie.devckie (they/them) * good time, i'm rsyncing a few 100 GB at 1gbit and its Taking Some Time10:50:55
@ckie:ckie.devckie (they/them)spinning up a gcp to build the tests10:56:10
@ckie:ckie.devckie (they/them)if someone wants the gcp instance for any purpose it'll be up for ~10 more days, 35.204.126.222, europe-west4-b/c2d-standard-8, 8vcore, 32gb ram11:18:53
@ckie:ckie.devckie (they/them) * if someone wants the gcp instance for any purpose it'll be up for ~10 more days, 35.204.126.222, europe-west4-b/c2d-standard-8, 8vcore, 32gb ram, x6411:19:05
5 Nov 2022
@hab25:matrix.org@hab25:matrix.org

Most of my info pages are not accessible via M-x info in NDE due to Info-directory-list (elisp var) not containing "~/.nix-profile/share/info" or "/usr/share/info" (I'm on non-NixOS) . Note that Info-default-directory-list does contain "/usr/share/info", so it seems to me that NDE is overriding it at build time.

My plan is to append Info-directory-list this in my config.el. Is there a better way? I don't know, maybe fixing at build-time via nix is better for some reason?

06:13:48
@hab25:matrix.org@hab25:matrix.org *

Most of my info pages are not accessible via M-x info in NDE due to Info-directory-list (elisp var) not containing "~/.nix-profile/share/info" or "/usr/share/info" (I'm on non-NixOS) . Note that Info-default-directory-list does contain "/usr/share/info", so it seems to me that NDE is overriding it at build time.

My plan is to append Info-directory-list correctly in my config.el. Is there a better way? I don't know, maybe fixing at build-time via nix is better for some reason?

06:14:21
@k0kada:matrix.orgk0kada (he/him)
In reply to @hab25:matrix.org

Most of my info pages are not accessible via M-x info in NDE due to Info-directory-list (elisp var) not containing "~/.nix-profile/share/info" or "/usr/share/info" (I'm on non-NixOS) . Note that Info-default-directory-list does contain "/usr/share/info", so it seems to me that NDE is overriding it at build time.

My plan is to append Info-directory-list correctly in my config.el. Is there a better way? I don't know, maybe fixing at build-time via nix is better for some reason?

I think you can add something here to fix it at build time: https://github.com/nix-community/nix-doom-emacs/blob/master/workarounds.el
10:50:44
@k0kada:matrix.orgk0kada (he/him) ckie (they/them): About #267, can I merge it? 12:28:35
@k0kada:matrix.orgk0kada (he/him)I know that you wanted to merge it after #268 is ready, but #268 is already our de-facto documentation :P12:28:57
@ckie:ckie.devckie (they/them)mm yeah I think it's good12:30:01
@ckie:ckie.devckie (they/them)maybe stick something in the readme or pin an issue for the breaking changes if you feel like it12:30:26
@k0kada:matrix.orgk0kada (he/him)Sure, I will pin create and pin the issue them12:30:49
@k0kada:matrix.orgk0kada (he/him)Done: https://github.com/nix-community/nix-doom-emacs/issues/33112:34:45
@k0kada:matrix.orgk0kada (he/him)
In reply to @k0kada:matrix.org
I know that you wanted to merge it after #268 is ready, but #268 is already our de-facto documentation :P
Just realized what I used to call #268 is actually #266 lol
12:49:18
@ckie:ckie.devckie (they/them)hah I knew which one you meant frm the rest of the context though :D13:27:46
@hab25:matrix.org@hab25:matrix.org
In reply to @k0kada:matrix.org
I think you can add something here to fix it at build time: https://github.com/nix-community/nix-doom-emacs/blob/master/workarounds.el
Just to make sure: I would do this by opening a PR, correct?
14:04:21
@k0kada:matrix.orgk0kada (he/him)
In reply to @hab25:matrix.org
Just to make sure: I would do this by opening a PR, correct?
Yeah
14:05:01
@k0kada:matrix.orgk0kada (he/him)I can take a look if it makes sense or not in the PR them14:05:18
@hab25:matrix.org@hab25:matrix.orgSounds good, thanks!14:05:36

Show newer messages


Back to Room ListRoom Version: 9