1
2
Fork
You've already forked dotfiles
0
dotfiles and configuration for my system
  • Nix 97.3%
  • Shell 2.6%
  • CSS 0.1%
2026年07月06日 18:59:18 +00:00
hosts/yuuka remove unneeded extensions 2026年07月06日 18:59:18 +00:00
modules remove sysbox 2026年07月02日 19:26:07 +00:00
npins remove sysbox 2026年07月02日 19:26:07 +00:00
profiles enable reduced motion 2026年07月05日 03:09:14 +00:00
.editorconfig
.gitignore gitignore 2026年07月02日 19:33:41 +00:00
.mailmap
default.nix use amber background for gnome and purple accent color 2026年07月04日 16:07:48 +00:00
README.md

NixOS and home-manager configuration

100% less flakes!

Apply this configuration

nixos-rebuild switch --sudo -A hosts.$HOSTNAME

or, with extra nom,

nixos-rebuild switch --sudo -A hosts.$HOSTNAME --log-format internal-json --show-trace |& nom --json

Tip: you can add all_proxy environment variables to nixos-rebuild.

Tip: you can analyze closure size with nix-tree and diff closures with

nix --extra-experimental-features nix-command store diff-closures /run/current-system ./result

Tell me your secrets

Secrets should be placed under /var/secrets directory. They are currently needed only if profiles.proxies is imported.

The contents of these files? That's a secret.

TODO

  • reduce reliance on home-manager (librewolf, sublime-text)
  • consider using userborn and etc overlay for next system
  • minimize closure size