Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 825 Bytes

File metadata and controls

37 lines (27 loc) · 825 Bytes

NixOS Configuration

Overview

  • OS: NixOS (Branch: 25.11)
  • DM: GDM (Wayland)
  • DE: GNOME 49
  • Theme: Catppuccin Mocha (Mauve Accent)
  • Shell: Zsh + Starship + Atuin + Rust Coreutils
  • Terminal: Kitty + Tmux
  • Editor: Neovim (LazyVim)
  • Security: dbus-broker
  • Gaming: Steam (NVIDIA Optimized), Heroic, Lutris, Bottles, Conty

Documentation

Quick Start

To apply changes and switch to the new configuration:

# Using nh (recommended)
nh os switch .

# Standard Nix
sudo nixos-rebuild switch --flake .

# Update all flake inputs
nix flake update

# Clean old generations
nh clean all