Skip to content

debarchito/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Setup

Apply the NixOS configuration using:

sudo nixos-rebuild switch --flake .#<host>

This will enable the nh utility. Thus, subsequent applications can be triggered using:

nh os switch -c <host>
# or, just:
nh os switch

Apply the Home-Manager configuration using:

home-manager switch --flake .#<user>@<host>
# or:
nh home switch -c <user>@<host>

Lastly, run the setup script to apply all the impure adjustments:

nix run .#impure-setup

2. Templates

This repo also contains a templating engine alongside tailored development templates. Get started using:

nix run github:debarchito/.dotfiles#generate

Initialize a template (e.g Rust) using:

nix run github:debarchito/.dotfiles#generate rust ./hello-world name=hello-world description="Say hello to the world!"

The run using:

nix run ./hello-world

3. Licensing

The repository is licensed under the zlib license.

About

The dendritic (.)dotfiles for my NixOS setup!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors