Skip to content

Personal nix files, installs some dotfiles and softwares

License

Notifications You must be signed in to change notification settings

sudosubin/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6390875 · Mar 30, 2025
Oct 21, 2023
Mar 30, 2025
Mar 30, 2025
Mar 28, 2025
Jan 22, 2023
Nov 15, 2024
Nov 17, 2024
Mar 30, 2025
Mar 30, 2025

Repository files navigation

NixOS Config

Personal nix files, installs some dotfiles and softwares.

Installation

# Linux
$ nixos-rebuild switch --flake '.#linux' --use-remote-sudo

# Darwin
$ nix --experimental-features 'nix-command flakes' build '.#darwinConfigurations.darwin.system'
$ ./result/sw/bin/darwin-rebuild switch --flake '.#darwin'

Update (flake lock, custom packages)

$ nix flake update --flake .
fetching ...

$ ./scripts/auto-update-modules.py
fetching ...

Additional steps

  • SSH keys ~/.ssh/id_ed25519, ~/.ssh/id_ed25519.pub

  • GPG private keys

License

NixOS Config is MIT Licensed.