Skip to content

ButterSus/nixos-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

236 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published