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
<pumpy> why does ~/.pcsc10 get created?
justanotheruser has joined #home-manager
pumpy is now known as rogerr
kalbasit has quit [Ping timeout: 272 seconds]
cole-h has quit [Ping timeout: 265 seconds]
kalbasit has joined #home-manager
nf has quit [Ping timeout: 260 seconds]
nf has joined #home-manager
romanofski_ has quit [Read error: Connection reset by peer]
romanofski has joined #home-manager
romanofski_ has joined #home-manager
romanofski has quit [Ping timeout: 240 seconds]
cole-h has joined #home-manager
niacdoial has joined #home-manager
kalbasit has quit [Ping timeout: 240 seconds]
cole-h has quit [Ping timeout: 264 seconds]
niacdoial has quit [Ping timeout: 272 seconds]
niacdoial has joined #home-manager
maxsc has joined #home-manager
__monty__ has joined #home-manager
maxsc has quit [Ping timeout: 256 seconds]
romanofski_ has quit [Read error: Connection reset by peer]
romanofski has joined #home-manager
cjpbirkbeck has quit [Quit: cjpbirkbeck]
<devalot> rogerr: What package do you need installed but don't want in your path?
<rogerr> devalot pkgs.adwaita-icon-theme
<devalot> rogerr: I believe you want to set gtk.iconTheme
<devalot> in modules/misc/gtk.nix
<rogerr> devalot like gtk.iconTheme = { package = "pkgs.gnome3.gnome_themes_standard"; name = "Adwaita"; }; ?
<devalot> Set `package' to the package that contains the icons, and `name' to the subdirectory in that package that contains the set you want to use. If you nix-build that package you'll see that in share/icons there will be directories like "Adwaita" and "Adwaita-Dark"
<rogerr> home.packages = [pkgs.adwaita-icon-theme]; is what im installing atm and it's working as expected so i dont know any more info than that like adwaita or dark
<rogerr> sorry, pkgs.gnome3.adwaita-icon-theme
kalbasit has joined #home-manager
<devalot> rogerr: `nix-build -A pkgs.gnome3.adwaita-icon-theme' then look in result/share/icons for the name you want.
<rogerr> ya nothing works
<rogerr> only home.packages = [pkgs.adwaita-icon-theme]; works
<rogerr> any ideas devalot?
<rogerr> actually nvm ill just use home.packages
niacdoial has quit [Ping timeout: 240 seconds]
niacdoial has joined #home-manager
niacdoial has quit [Ping timeout: 260 seconds]
niacdoial has joined #home-manager
niacdoial has quit [Ping timeout: 240 seconds]
cole-h has joined #home-manager
heywoodlh has quit [Ping timeout: 256 seconds]
heywoodlh has joined #home-manager
niacdoial has joined #home-manager
<devalot> rogerr: I just double checked and gtk.nix already puts gtk.iconTheme.package into home.packages.
CitadelCore2 has joined #home-manager
<CitadelCore2> Hi. I'm getting this error when I try and build a flake with the latest master version of home-manager:
<CitadelCore2> `"The option darwinModules defined in <unknown-file> does not exist."`
<CitadelCore2> Running NixOS 20.09.
<CitadelCore2> It's worth noting that it was previously working on the bqv-flakes branch, but there's a notice saying this is deprecated and to upgrade, which I did
<CitadelCore2> I'm not on a mac or using nix-darwin so I'm not really sure why this should be an issue
niacdoial has quit [Ping timeout: 240 seconds]
niacdoial has joined #home-manager
justanotheruser has quit [Ping timeout: 272 seconds]
CitadelCore2 has quit [Remote host closed the connection]
justanotheruser has joined #home-manager
johnw_ has joined #home-manager
<rogerr> devalot well i couldn't get it working so dunno
johnw_ has quit [Quit: ZNC - http://znc.in]
__monty__ has quit [Quit: leaving]
niacdoial has quit [Ping timeout: 260 seconds]
<rogerr> i add keybase-gui to home.packages then set services.kbfs.enable true. but i notice kbfsfuse and keybase run whether keybase-gui is running or not. can i make the daemons run on-demand instead pls?
<rogerr> i use i3 and keybase-gui. how can i make the keybase and kbfsfuse daemons only run when i run keybase-gui? right now they run always. i think it needs an option for "keybase ctl autostart --disable"?