Skip to content

moons-14/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

238 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

NixOS + Home Manager

Pickup Software

  • Window Manager: Niri
  • Lancher: Vicinae
  • Bar: Noctalia
  • Editor: msedit, neovim, vscode
  • Terminal: ghostty, oh-my-zsh

Directory Structure

  • hosts/{host-name}
    Hardware-specific configurations that abstract differences between hardware. Keep these minimal. Add new configurations when running NixOS on new hardware without existing support.
    • default.nix
      Moved from /etc/nixos/configuration.nix
    • hardware-configuration.nix
      Run sudo nixos-generate-config or moved from /etc/nixos/hardware-configuration.nix
    • variables.nix
      Config
  • images
  • modules
    • core
      Files related to NixOS configuration
    • drivers
      Files related to drivers such as GPUs
    • home
      Home-manager configuration files
  • profiles
    Build configurations for each environment by combining NixOS configurations and home-manager configurations.
  • shells
    Shell environment.

Declarative Defeat

Necessary configurations not achievable with dotfiles

Profile: cli-minimal

  • SSH key registration Please register the value of ~/.ssh/id_ed25519.pub on GitHub.

Profile: laptop

  • Fingerprint registration Please register the user's fingerprints by running fprintd-enroll.

Inspired

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages