All Projects → cideM → dotfiles

cideM / dotfiles

Licence: MIT license
No place like ~. Nix. All. The. Things.

Programming Languages

Nix
1067 projects
shell
77523 projects

Projects that are alternatives of or similar to dotfiles

base16.nix
Quickly theme programs in your favourite base16 colorscheme
Stars: ✭ 61 (+27.08%)
Mutual labels:  nix, nixos, home-manager
nixpkgs-python-importer
Violate Nix philosophy, install Python packages mid-session with `from nixpkgs.scipy import scipy`.
Stars: ✭ 27 (-43.75%)
Mutual labels:  nix, nixos, nixpkgs
impermanence
Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]
Stars: ✭ 401 (+735.42%)
Mutual labels:  nix, nixos, home-manager
nix-bisect
Bisect nix builds. Status: alpha/proof of concept. You'll probably have to dig into the implementation if you want to use it. Built for personal use, lightly maintained. PRs welcome. Issues welcome, but I make no promises regarding responses or fix
Stars: ✭ 72 (+50%)
Mutual labels:  nix, nixos, nixpkgs
nyx
⚙️Nix[OS] Configuration
Stars: ✭ 50 (+4.17%)
Mutual labels:  nix, nixos, home-manager
nix-config
A collection of my system configs and dotfiles
Stars: ✭ 35 (-27.08%)
Mutual labels:  nix, nixos, home-manager
nix-rice
A library to functionally define your configuration and theme (rice) with Nix
Stars: ✭ 43 (-10.42%)
Mutual labels:  nix, nixos, home-manager
ArchI0
ArchI0 : Arch-Based Distros Applications Automatic Installation Script
Stars: ✭ 26 (-45.83%)
Mutual labels:  arch, arch-linux, pacman
nixpkgs
Nix Packages collection used in Nubank
Stars: ✭ 24 (-50%)
Mutual labels:  nix, nixos, nixpkgs
nix-home
A Nix Home Manager setup. I've now moved to a new configuration system at hugoreeves/elemental
Stars: ✭ 60 (+25%)
Mutual labels:  nix, nixos, home-manager
nix-xdg
[WIP] Nix overlay for making programs xdg compliant
Stars: ✭ 18 (-62.5%)
Mutual labels:  nix, nixos, home-manager
dotfiles
NixOS system config & Home-Manager user config
Stars: ✭ 43 (-10.42%)
Mutual labels:  nix, nixos, home-manager
nix-configs
My Nix{OS} configuration files
Stars: ✭ 54 (+12.5%)
Mutual labels:  nix, nixos, home-manager
triton
Triton Operating System
Stars: ✭ 56 (+16.67%)
Mutual labels:  nix, nixos, nixpkgs
gradle2nix
Generate Nix expressions which build Gradle-based projects.
Stars: ✭ 71 (+47.92%)
Mutual labels:  nix, nixos, nixpkgs
crane
A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
Stars: ✭ 348 (+625%)
Mutual labels:  nix, nixos, nixpkgs
Dotfiles
Configuration files for XMonad, Emacs, NixOS, Taffybar and more.
Stars: ✭ 127 (+164.58%)
Mutual labels:  nix, nixos, arch-linux
Home Manager
Manage a user environment using Nix [maintainer=@rycee]
Stars: ✭ 2,447 (+4997.92%)
Mutual labels:  nix, nixos, nixpkgs
elemental
Elemental, the component parts of a Nix/OS development system.
Stars: ✭ 44 (-8.33%)
Mutual labels:  nix, nixos, home-manager
yants
Yet Another Nix Type System | Source has moved to https://git.tazj.in/tree/nix/yants
Stars: ✭ 35 (-27.08%)
Mutual labels:  nix, nixos, nixpkgs

Welcome

Nix Flake for my M1 laptop and NixOS desktop computer.

MacOS (aarch64-darwin)

The nix-shell command is for the first run, afterwards just run home-manager

$ cat /etc/nix/nix.conf
build-users-group = nixbld
trusted-users = root fbs
...
$ nix-shell -p nixUnstable --command "nix build --experimental-features 'nix-command flakes' '.#homeConfigurations.work-m1.activationPackage'"
$ ./result/activate
$ home-manager build --flake .#work-m1

NixOS

sudo nixos-rebuild switch --flake .

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].