Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RY
Posts
1
Comments
34
Joined
2 yr. ago
  • You don't seem to actually use inputs in your home.nix file so in principle you should be able to remove the

      nix
        
    home-manager.extraSpecialArgs = { inherit inputs; };
    
      

    line. Doesn't hurt to keep it, though, if you think you may use inputs in the future.

    The change you propose in 3 would not work the way you expect, the extraSpecialArgs needs to be set for Home Manager, not NixOS. My guess is that the nixosSystem function simply would ignore the extraSpecialArgs parameter.

  • Agree that there doesn't seem to be anything weird here, the only suggestion I can add is that you could make it a bit more idiomatic by changing

      nix
        
    home-manager.users.bs = import ./hosts/default/home.nix;
    
      

    to

      nix
        
    home-manager.users.bs.imports = [ ./hosts/default/home.nix ];
    
      
  • science @lemmy.world
    rycee @lemmy.world

    Spider silk sound system

    www.eurekalert.org Spider silk sound system #ASA186

    <p>Researchers from Binghamton University investigated how spiders listen to their environments through webs and found that the webs match the acoustic particle velocity for a wide range of sound frequencies. Playing sound ranging from 1 Hz to 50 kHz for the spiders and measuring the spider silk mot...

    Spider silk sound system #ASA186