rycee changed the topic of #home-manager to: Support and discussion around the Home Manager project (https://github.com/rycee/home-manager) | Logs: https://logs.nix.samueldr.com/home-manager
mexisme has quit [Quit: WeeChat 2.7]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 260 seconds]
mexisme has joined #home-manager
andi- has quit [Ping timeout: 248 seconds]
andi- has joined #home-manager
mexisme has quit [Ping timeout: 265 seconds]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 260 seconds]
mexisme has joined #home-manager
parasrah has joined #home-manager
<parasrah> hi all, was just wondering what the best way to build a file path for dotfiles was. Was looking over the builtins and I'm not sure if I can assign a `path` type to an xdg config
<infinisil> parasrah: Just home.file can be used for this
<parasrah> thanks
parasrah has quit [Remote host closed the connection]
mexisme has quit [Ping timeout: 248 seconds]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 260 seconds]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 252 seconds]
mexisme has joined #home-manager
eon` has joined #home-manager
__monty__ has joined #home-manager
mexisme has quit [Ping timeout: 260 seconds]
<rizary_> Hi,.my emacs cannot detect symlink `init.el`. I have put `users.home.file.".emacs.d/modules".source = ./modules` and and set `recursive` to `true`. So all my file within `modules` folder are also symlinked. Anyone experienced the same?
<rizary_> trying to load with `emacs -q --load "/path/to/init.el` but got `no such file or directory` error.
<rycee> rizary_: Hmm, where do you have your init.el?
<rycee> `emacs -q --load ~/.emacs.d/init.el` seems to work for me.
<rycee> … and `~/.emacs.d/init.el` is a symlink into the Nix store.
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 252 seconds]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 248 seconds]
__monty__ has quit [Quit: leaving]
mexisme has joined #home-manager
mexisme has quit [Ping timeout: 260 seconds]
mexisme has joined #home-manager
andi- has quit [Remote host closed the connection]
andi- has joined #home-manager
<rizary_> rycee: hi, sorry for late reply. It is in ~/.emacs.d/init.el. I think I misconfigured my emacs. So when I first install my nixos (before using home-manager), I already have emacs in my system. It's a plain emacs and the `.emacs.d` already contained my emacs' `init.el` from my home-manager. I use `home.file.".emacs.d/init.el".text` to create my `init.el`
<rizary_> usually, if the file exist in the path, home-manager warns me. But with emacs case, it doesn't. Do I need to remove my emacs and rebuild the home-manager again?