Skip to content

Dotfiles for use in NixOS, written by yours truly. :)

Notifications You must be signed in to change notification settings

shodanwashere/nix-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shodan's Nix Dotflies

Dotfiles for use in NixOS, written by yours truly. :)

For more information about NixOS, consult here.

Usage

$ git clone [email protected]:shodanwashere/nix-dotfiles.git ~/nix

Go to your configuration.nix file and perform the following changes:

  ...
  imports = [
    ./hardware-configuration.nix
++  /home/yourusername/nix/shodan.nix
  ];

++shodan.enable = true;
++shodan.phantomID = "..."; # modify the file and erase this line if you're not using syncthing.
...

You can use the provided rebuild script to do this.

Credits

Thanks to No Boilerplate for introducing me to NixOS and for the incredible rebuild script. Some of my setup was also achieved by following guides written, recorded and published by Vimjoyer on YouTube.

About

Dotfiles for use in NixOS, written by yours truly. :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published