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
malSet has joined #home-manager
i077 has joined #home-manager
<i077> what is the attrset i can use for extending hm with my own module if im in my nixos config?
<i077> for example, i can use the config and options sets to add my own nixos module, but how do i do the equivalent for home-manager in the same context?
hmpffff_ has joined #home-manager
hmpffff has quit [Ping timeout: 244 seconds]
<benkolera> Wow, it's much easier to create a cut down doom / spacemacs like emacs setup from raw nix emacsPackages, homemanager and not too much use-package based elisp. What I have doesn't replace everything that I had in spacemacs yet, but it shouldn't be too hard to add in as I go. Should have done this ages ago. Lovely stuff!
<benkolera> Gotta steal rycee 's nice nix stuff that combines the emacs nix package deps and the use package block so the init.el and nix emacs packages aren't so separate, but it works well enough for now. :) https://github.com/benkolera/nix/blob/master/home-manager/default.nix#L126 https://github.com/benkolera/nix/blob/master/home-manager/dotfiles/emacs.d/init.el
cjpbirkbeck has quit [Quit: cjpbirkbeck]
cjpbirkbeck has joined #home-manager
i077 has quit [Quit: WeeChat 2.8]
alexbakker has quit [Quit: Dikke doei]
alexbakker has joined #home-manager
mmchen has joined #home-manager
<mmchen> Has anyone got sway working with just homemanager? Is there supposed to be a new way to start it? When I start sway from tty, it gives me a error about finding nouveau drivers, but if I enable the sway option in configuration.nix, it works.
mmchen has quit [Remote host closed the connection]
cjpbirkbeck has quit [Quit: cjpbirkbeck]
cole-h has quit [Quit: Goodbye]
<colemickens> Okay, first PR inbound for HM for Sway. Next one will be this: https://github.com/rycee/home-manager/issues/1176 any tips on how to add that most easily?
<{^_^}> #1176 (by colemickens, 3 weeks ago, open): feature request: sway keybindings should support --locked
<colemickens> string interpolation might just allow for it already, come to think of it...
<colemickens> mmchen: I have the sway option enabled globally as well, but that's mostly just for the swaylock/pam integration. Sway was starting without it, though I'm not on nouvaeu.
<colemickens> (To be more clear, when I switched to HM and only had Sway enabled in my HM config, it was still starting okay by typing 'sway' at tty)
maxsc has joined #home-manager
malSet has quit [Read error: Connection reset by peer]
malSet has joined #home-manager
romanofski has quit [Ping timeout: 272 seconds]
<maralorn> mmchen: Yeah, I have sway working with nearly just home-manager. I just had to add one line to pam-config system-wide.
<maralorn> The nixos sway module has not that much source. I guess if you look at it you can finde quickly what may be influencing the driver issue.
maxsc has quit [Ping timeout: 244 seconds]
notgne3 has joined #home-manager
notgne2 has quit [*.net *.split]
romanofski has joined #home-manager
hmpffff has joined #home-manager
hmpffff_ has quit [Ping timeout: 260 seconds]
maxsc has joined #home-manager
maxsc has quit [Remote host closed the connection]
__monty__ has joined #home-manager
liff has quit [Quit: leaving]
quinn_ has joined #home-manager
quinn has quit [Ping timeout: 256 seconds]
liff has joined #home-manager
hmpffff_ has joined #home-manager
hmpffff has quit [Ping timeout: 256 seconds]
hmpffff has joined #home-manager
hmpffff_ has quit [Ping timeout: 240 seconds]
hmpffff_ has joined #home-manager
cjpbirkbeck has joined #home-manager
hmpffff has quit [Ping timeout: 246 seconds]
maxsc has joined #home-manager
<maxsc> How do I enable extensions in Firefox that I installed via `programs.firefox.extensions`?
<__monty__> I think they should be enabled after a HM activation. FF recently changed some policy around extensions though I'm not sure whether HM has been patched.
quinn_ has quit [Ping timeout: 256 seconds]
quinn has joined #home-manager
c0c0 has quit [Quit: WeeChat 2.6]
<maxsc> You're right, it's an issue with Firefox 75, in an older version the extensions just need to be enabled
quinn_ has joined #home-manager
quinn has quit [Ping timeout: 258 seconds]
quinn_ has quit [Read error: Connection reset by peer]
notgne3 is now known as notgne2
quinn has joined #home-manager
maxsc has quit [Ping timeout: 260 seconds]
quinn has quit [Read error: Connection reset by peer]
quinn has joined #home-manager
cjpbirkbeck has quit [Quit: cjpbirkbeck]
cole-h has joined #home-manager
MmeQuignon has joined #home-manager
ardumont has quit [Ping timeout: 272 seconds]
ardumont has joined #home-manager
quinn has quit [Read error: Connection reset by peer]
quinn has joined #home-manager
<spinlock[m]> What's the proper way to reference an option from `/etc/nixos/configuration.nix` in my home-manager config? I'd like to do something like `xresources.properties."Xft.dpi" = config.services.xserver.dpi;`
<spinlock[m]> Perhaps something like `sysconfig = (import <nixpkgs/nixos> {}).config;`
klntsky has quit [Remote host closed the connection]
klntsky has joined #home-manager
cjpbirkbeck has joined #home-manager
MmeQuignon has quit [Ping timeout: 244 seconds]
mmchen has joined #home-manager
<mmchen> maralorn: I think I fixed my sway issue. I had to enable opengl in my configuration.nix. When you enable sway system wide in configuration.nix, it makes it opengl default to true, but I guess we can't do that in home-manager
<mmchen> I haven't done anything to pam or swaylock, so I guess I should look into it
mmchen has quit [Remote host closed the connection]
<maralorn> mmchen: Nice.
karljs has joined #home-manager
karljs has quit [Remote host closed the connection]
<maralorn> Hm, I see the following line in my logs: May 11 23:40:59 apollo systemd[1369]: mpdris2.service: Service has a D-Bus service name specified, but is not of type dbus. Ignoring.
<maralorn> Would it be a good idea to change the Type from simple to dbus?
__monty__ has quit [Quit: Nuh uh uh, zaeph : p]
<colemickens> are we open to porting these PRs to HM? https://github.com/rycee/home-manager/issues/1208
<{^_^}> #1208 (by colemickens, 1 week ago, open): Further Qt and GTK customization?
<colemickens> (gnidorah's qt/gtk PRs from nixpkgs)