Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.45 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.45 KB

Dotnix

By Florian "FloRide" Reimat

About

This is my NixOS configuration using Flake for all my computers and servers.
This config allow me to have per-machine configuration (e.g. modules, hardware specific) AND per-user per-machine configuration (e.g. profiles, workspaces, ...).

Some of the noticeable things I use :

  • Nix with Flakes built on top of unstable
  • Home-manager for per-user configuration
  • Wayland (Hyprland, Hyprpaper, Hyprlock)
  • DoAs (alternative to sudo)
  • Allacritty terminal, Fish as shell
  • Tailscale and OpenVPN

🗃️ Contents

How to ?

Apply config

sudo nixos-rebuild <switch/boot> --flake /path/to/this#<computer> [--impure]

Update flakes

nix flake update

Links