All Projects → tudurom → Dotfiles

tudurom / Dotfiles

My small loan of configuration files and scripts - based on NixOS

Labels

Projects that are alternatives of or similar to Dotfiles

Cached Nix Shell
Instant startup time for nix-shell
Stars: ✭ 103 (-16.94%)
Mutual labels:  nix
Nix Deploy
Deploy software or an entire NixOS system configuration to another NixOS system
Stars: ✭ 111 (-10.48%)
Mutual labels:  nix
Mbp Nixos
Instructions and scripts related to getting NixOS running on a newer generation MBP
Stars: ✭ 115 (-7.26%)
Mutual labels:  nix
Nix Home
Utilities for working with user configurations in Nix.
Stars: ✭ 107 (-13.71%)
Mutual labels:  nix
Nixos Config
My NixOS configuration files. (This public mirror is not updated anymore.)
Stars: ✭ 110 (-11.29%)
Mutual labels:  nix
Flake Utils
Pure Nix flake utility functions
Stars: ✭ 113 (-8.87%)
Mutual labels:  nix
Nix Linter
Linter for the Nix expression language
Stars: ✭ 100 (-19.35%)
Mutual labels:  nix
Wasm Cross
Nix expressions for cross compiling to WebAssembly
Stars: ✭ 122 (-1.61%)
Mutual labels:  nix
Nixwrt
Build images for embedded MIPS SoCs using NixPkgs (experimental)
Stars: ✭ 111 (-10.48%)
Mutual labels:  nix
Docker
Dockerfiles to package Nix in a minimal docker container
Stars: ✭ 114 (-8.06%)
Mutual labels:  nix
Powerline Rs
GitLab: https://gitlab.com/jD91mZM2/powerline-rs
Stars: ✭ 108 (-12.9%)
Mutual labels:  nix
Yarn2nix
Generate nix expressions from a yarn.lock file [maintainer=???]
Stars: ✭ 110 (-11.29%)
Mutual labels:  nix
Iohk Ops
NixOps deployment configuration for IOHK devops
Stars: ✭ 113 (-8.87%)
Mutual labels:  nix
Nix Tree
Interactively browse the dependency graph of your Nix derivations.
Stars: ✭ 104 (-16.13%)
Mutual labels:  nix
Hie Nix
Nix packages for Haskell IDE Engine
Stars: ✭ 118 (-4.84%)
Mutual labels:  nix
Nixos Config
Mirror of https://code.balsoft.ru/balsoft/nixos-config
Stars: ✭ 100 (-19.35%)
Mutual labels:  nix
Nix Config
My NixOS configuration
Stars: ✭ 112 (-9.68%)
Mutual labels:  nix
Crate2nix
nix build file generator for rust crates
Stars: ✭ 123 (-0.81%)
Mutual labels:  nix
Nixgl
A wrapper tool for nix OpenGL application
Stars: ✭ 120 (-3.23%)
Mutual labels:  nix
Nix Emacs Ci
Emacs installations for continuous integration
Stars: ✭ 114 (-8.06%)
Mutual labels:  nix

Tudor's dotfiles

These are configuration files for a system running NixOS.

This configuration supports root erasure on boot, using btrfs. It is disabled by default.

Installation

For non-NixOS:

  1. Install home-manager
  2. Clone this repo in /etc/nixos.
  3. In the machines folder, link the corresponding machine file to current.nix.
  4. Create password file:
  • If using root erasing, mkpasswd -m sha-512 | sudo tee /persist/passwds/.$username.passwd
  • If not, mkpasswd -m sha-512 | sudo tee /root/passwds/.$username.passwd
  1. sudo nixos-rebuild switch

These instructions are going to change soon.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].