Skip to content

Latest commit

 

History

236 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS Configuration

Personal NixOS and Home Manager configurations using Flakes.

Usage

# NixOS rebuild
sudo nixos-rebuild switch --flake .#hostname

# Home Manager only
home-manager switch --flake .#hostname

Structure

$ tree -L 1
.
├── flake.lock
├── flake.nix       # Main configuration entry point
├── hosts/          # Host-specific configurations
├── modules/        # Reusable configuration modules
├── pics/           # Images
└── secrets/        # Encrypted secrets (sops-nix)

Notes

  • Uses catppuccin theme
  • Current state version: 24.11
  • Linux-only implementation with Unix paths
  • Primarily tested with Hyprland/Wayland
  • Documentation: hosts, modules

About

NixOS and Home Manager dotfiles

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages