My dotfiles, this time with nix.
Find a file
2024-12-30 16:04:23 -07:00
common Updates to ssh pub keys and remove packages from profile 2024-12-17 07:11:09 -07:00
home Updates for vulkan support on asahi 2024-12-30 16:04:23 -07:00
libvirt/vm Adds windows11 libvirt xml config for glassbox 2024-03-02 13:57:42 -08:00
nixos Makes steam unique to glassbox 2024-12-30 06:57:00 -08:00
packages lemurs dm 2024-12-07 06:25:17 -08:00
.envrc nix direnv 2023-03-20 09:30:18 -07:00
.gitattributes Enables git-crypt 2023-11-19 14:11:06 -08:00
.gitignore Restructrues entire flake 2023-11-09 14:10:10 -08:00
flake.lock Updates for vulkan support on asahi 2024-12-30 16:04:23 -07:00
flake.nix Updates for vulkan support on asahi 2024-12-30 16:04:23 -07:00
LICENSE add MIT license 2023-03-16 12:28:17 -07:00
README.md Updates glassbox boot disk 2024-02-14 21:17:53 -08:00

My dotfiles using Nix. System configuration done using nix-darwin and NixOS. User configuration using home-manager. This repo is put together as a flake using flake-parts.

All Nix code in this repo is formatted using alejandra.

Usage

Switch both system (NixOS) and home:

nixos-rebuild switch --flake .

Switch system (nix-darwin):

darwin-rebuild switch --flake .

Update all inputs:

nix flake update --commit-lock-file

Update a single input:

nix flake lock --update-input nixpkgs --commit-lock-file

Format all nix files:

nix fmt

Enter the dev shell (if not using nix-direnv):

nix develop