All Projects → mjlbach → Nix Dotfiles

mjlbach / Nix Dotfiles

My personal nix and nixos configuration

Projects that are alternatives of or similar to Nix Dotfiles

System
My system configuration
Stars: ✭ 94 (+95.83%)
Mutual labels:  dotfiles, nixos, nix
Dotfiles
Configuration files for XMonad, Emacs, NixOS, Taffybar and more.
Stars: ✭ 127 (+164.58%)
Mutual labels:  dotfiles, nixos, nix
Dotfiles
well-tailored NixOS & nix-darwin dotfiles
Stars: ✭ 63 (+31.25%)
Mutual labels:  dotfiles, nixos, nix
Idempotent Desktop
🛸 NixOS, Xmonad, Neovim
Stars: ✭ 51 (+6.25%)
Mutual labels:  dotfiles, nixos, nix
Nixos Config
NixOS configurations for server and desktop systems, including user specific config. with Home Manager
Stars: ✭ 30 (-37.5%)
Mutual labels:  dotfiles, nixos, nix
Dotfiles
And I say hey, what's going on?
Stars: ✭ 348 (+625%)
Mutual labels:  dotfiles, nixos, nix
Nix Config
My NixOS configuration
Stars: ✭ 112 (+133.33%)
Mutual labels:  dotfiles, nixos, nix
Shabka
Shabka. Declaritive description of my network, workstations and servers.
Stars: ✭ 138 (+187.5%)
Mutual labels:  dotfiles, nixos, nix
Home Manager
Manage a user environment using Nix [maintainer=@rycee]
Stars: ✭ 2,447 (+4997.92%)
Mutual labels:  dotfiles, nixos, nix
Dotfiles
My dotfiles
Stars: ✭ 150 (+212.5%)
Mutual labels:  dotfiles, nixos, nix
dotnix
Shackled within an elaborate prison of my own design.
Stars: ✭ 35 (-27.08%)
Mutual labels:  dotfiles, nix, nixos
dotfiles
My NixOS dotfiles
Stars: ✭ 21 (-56.25%)
Mutual labels:  dotfiles, nix, nixos
system
Declarative NixOS system configuration for all my machines
Stars: ✭ 14 (-70.83%)
Mutual labels:  dotfiles, nix, nixos
Devos
NixOS Framework
Stars: ✭ 338 (+604.17%)
Mutual labels:  nixos, nix
Nixos Generators
Collection of image builders [[email protected]]
Stars: ✭ 355 (+639.58%)
Mutual labels:  nixos, nix
Dotfiles
Zsh, Karabiner, VS Code, Sublime, Neovim, Nix
Stars: ✭ 634 (+1220.83%)
Mutual labels:  dotfiles, nix
Cachix
Command line client for Nix binary cache hosting:
Stars: ✭ 322 (+570.83%)
Mutual labels:  nixos, nix
Awesome Nix
😎 A curated list of the best resources in the Nix community [[email protected]]
Stars: ✭ 388 (+708.33%)
Mutual labels:  nixos, nix
Nixery
Container registry which transparently builds images using the Nix package manager
Stars: ✭ 1,023 (+2031.25%)
Mutual labels:  nixos, nix
Nixpkgs
Nix Packages collection
Stars: ✭ 8,322 (+17237.5%)
Mutual labels:  nixos, nix

My nix dotfiles

nixos contains my nixos configuration, and is symlinked to /etc/nixos

nixpkgs contains my userland nix configuration, and is symlinked to $HOME/.config/nixpkgs via the install script

To install nix

sh <(curl -L https://nixos.org/nix/install) --daemon

To install cachix

nix-env -iA cachix -f https://cachix.org/api/v1/install

To install my home-manager configuration

git clone https://github.com/mjlbach/nix-dotfiles.git
cd nix-dotfiles/nixpkgs
bash install.sh {linux-desktop, macbook-pro, linux-server, nixos-desktop}`

To install my NixOS configuration

git clone https://github.com/mjlbach/nix-dotfiles.git
cd nix-dotfiles/nixos
nix-shell -p nixFlakes
bash install.sh
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].