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
dermetfan has quit [Ping timeout: 272 seconds]
cole-h has quit [Quit: Goodbye]
pvsr has joined #home-manager
kenran has joined #home-manager
kenran has quit [Ping timeout: 240 seconds]
pvsr has quit [Remote host closed the connection]
stephank has quit [Quit: stephank]
stephank has joined #home-manager
andi- has quit [Remote host closed the connection]
andi- has joined #home-manager
kenran has joined #home-manager
kenran has quit [Ping timeout: 240 seconds]
kenran has joined #home-manager
cole-h has joined #home-manager
kalbasit has quit [Ping timeout: 240 seconds]
bradparker has quit [Ping timeout: 240 seconds]
murmr has quit [Ping timeout: 244 seconds]
vdemeester has quit [Ping timeout: 244 seconds]
feepo has quit [Ping timeout: 260 seconds]
dgpratt has quit [Ping timeout: 260 seconds]
pasukon has quit [Ping timeout: 260 seconds]
zmacs has quit [Ping timeout: 244 seconds]
antifuchs has quit [Ping timeout: 240 seconds]
dsal has quit [Ping timeout: 272 seconds]
zmacs has joined #home-manager
kalbasit has joined #home-manager
dgpratt has joined #home-manager
bradparker has joined #home-manager
feepo has joined #home-manager
antifuchs has joined #home-manager
vdemeester has joined #home-manager
murmr has joined #home-manager
pasukon has joined #home-manager
dsal has joined #home-manager
cole-h has quit [Quit: Goodbye]
meatcar_ is now known as meatcar
meatcar has joined #home-manager
meatcar has quit [Changing host]
NobbZ[m] has quit [Quit: killed]
bbigras has quit [Quit: killed]
Ericson2314 has quit [Quit: killed]
dash has quit [Quit: killed]
philipp[m] has quit [Quit: killed]
JJJollyjim has quit [Quit: killed]
rycee has quit [Quit: killed]
hpfr has quit [Quit: killed]
pinage404[m] has quit [Quit: killed]
Ox4A6F has quit [Quit: killed]
theduke has quit [Quit: killed]
enick_775 has quit [Quit: killed]
maralorn has quit [Quit: killed]
ZerataX has quit [Quit: killed]
M0-[m] has quit [Quit: killed]
alexarice[m] has quit [Quit: killed]
nicolas[m]1 has quit [Quit: killed]
ohhaimark[m] has quit [Quit: killed]
aaronjanse has quit [Quit: killed]
Dandellion has quit [Quit: killed]
khassanov[m] has quit [Quit: killed]
jonge[m] has quit [Quit: killed]
benkolera has quit [Quit: killed]
jschievink has quit [Quit: killed]
Notkea[m] has quit [Quit: killed]
spinlock[m] has quit [Quit: killed]
tristan[m] has quit [Quit: killed]
rschulman has quit [Quit: killed]
colemickens has quit [Quit: killed]
Ke has quit [Quit: killed]
DamienCassou has quit [Quit: killed]
siraben has quit [Quit: killed]
alaskacanyon[m] has quit [Quit: killed]
aterius has quit [Quit: killed]
sparogy has quit [Quit: killed]
dermetfan has joined #home-manager
NobbZ[m] has joined #home-manager
NobbZ[m] has quit [Remote host closed the connection]
alexarice[m] has joined #home-manager
joesventek has quit [Quit: Quit]
joesventek has joined #home-manager
joesventek has quit [Quit: Quit]
joesventek has joined #home-manager
M0-[m] has joined #home-manager
Ericson2314 has joined #home-manager
Ke has joined #home-manager
bbigras has joined #home-manager
jschievink has joined #home-manager
rschulman has joined #home-manager
tristan[m] has joined #home-manager
maralorn has joined #home-manager
ZerataX has joined #home-manager
hpfr has joined #home-manager
Ox4A6F has joined #home-manager
khassanov[m] has joined #home-manager
aterius has joined #home-manager
DamienCassou has joined #home-manager
philipp[m] has joined #home-manager
colemickens has joined #home-manager
rycee has joined #home-manager
spinlock[m] has joined #home-manager
dash has joined #home-manager
enick_643 has joined #home-manager
jonge[m] has joined #home-manager
NobbZ[m] has joined #home-manager
Notkea[m] has joined #home-manager
theduke has joined #home-manager
Dandellion has joined #home-manager
alaskacanyon[m] has joined #home-manager
sparogy has joined #home-manager
pinage404[m] has joined #home-manager
nicolas[m]1 has joined #home-manager
benkolera has joined #home-manager
siraben has joined #home-manager
JJJollyjim has joined #home-manager
aaronjanse has joined #home-manager
ohhaimark[m] has joined #home-manager
evalexpr has joined #home-manager
<evanjs> pbogdan: can't use nixos-option, but I think that got me on the right track
<evanjs> e.g. `nix eval "(import <home-manager/modules> { configuration = /home/evanjs/.config/nixpkgs/home.nix; pkgs = import <nixpkgs> {}; }).options.programs.zsh.enable.value"` -> true
<evanjs> trace: warning: The option `programs.bash.enableAutojump' defined in `/home/evanjs/src/nixos_cfg/config/new-modules/console/console-hm.nix' and `/home/evanjs/src/nixos_cfg/config/machines/non_nixos/wgrig/home.nix' has been renamed to `programs.autojump.enableBashIntegration'.
<evanjs> that is satisfying lol
<evanjs> I take it detailed "reason" messages are not required in most cases?
joesventek has quit [Quit: Quit]
joesventek has joined #home-manager
Jezhehim[m] has joined #home-manager
joesventek has quit [Quit: Quit]
joesventek has joined #home-manager
<evanjs> rycee: #1503 -- well that only took a day (incl not working on it and probably sleeping less than I should lol)
<{^_^}> https://github.com/nix-community/home-manager/pull/1503 (by evanjs, 30 seconds ago, open): autojump: add module
<evanjs> Doing better at including outstanding questions in PRs rather than asking before they're committed. Nobody likes meta-questions lol
<evanjs> Seems to work on my system :D yay zsh autojump
<evanjs> mmmm was going to add myself to maintainers+codeowners for numlock, but now I'm wondering... if a module's sole option is enabling a related service, should the module itself be better placed under "modules/services"?
<evanjs> Currently, numlock is under "modules/misc"
<evanjs> Or does that more depend on the attribute itself? e.g. services.xxx would go under services, whereas xsession.numlock would not
kenran has quit [Ping timeout: 240 seconds]
cole-h has joined #home-manager
dermetfan has quit [Ping timeout: 244 seconds]
johnw has joined #home-manager
kenran has joined #home-manager
kenran has quit [Ping timeout: 256 seconds]
__monty__ has joined #home-manager
s1341 has quit [Quit: Connection closed for inactivity]
kenran has joined #home-manager
kenran has quit [Ping timeout: 240 seconds]
ChanServ changed the topic of #home-manager to: Support and discussion around the Home Manager project (https://github.com/nix-community/home-manager) | Logs: https://logs.nix.samueldr.com/home-manager
<rycee> evanjs: Not sure, the intention might be that the module isn't so much about running numlockx as it is about turning on the numlock key in the X session.
<evanjs> rycee: yeah that's what I was thinking
kenran has joined #home-manager
kenran has quit [Ping timeout: 265 seconds]
<drakonis> wow topic change!
__monty__ has quit [Quit: leaving]
tdeo has quit [Read error: Connection reset by peer]
tdeo has joined #home-manager
dermetfan has joined #home-manager
kenran has joined #home-manager
kenran has quit [Ping timeout: 240 seconds]