No description
Find a file
2026-02-10 16:53:23 +08:00
.github Revert "feat: Try to add cachix support in github action" 2025-11-08 03:55:40 +08:00
.zed feat: Use oxfmt to reformat json/yaml/toml/markdown 2026-02-10 16:04:57 +08:00
_sources chore: Update pkgs upstreams 2026-02-09 15:55:19 +08:00
assets
flake feat: Use oxfmt to reformat json/yaml/toml/markdown 2026-02-10 16:04:57 +08:00
home chore: Remove unnecessary services, wluma and owncast 2026-02-10 16:53:23 +08:00
lib feat: Change nix formatter to alejandra 2025-11-09 12:04:54 +08:00
nixos chore: Remove unnecessary services, wluma and owncast 2026-02-10 16:53:23 +08:00
overlays chore: Update flake inputs 2026-02-09 15:55:17 +08:00
pkgs feat: Use oxfmt to reformat json/yaml/toml/markdown 2026-02-10 16:04:57 +08:00
secrets feat: Add base auth method for rqbit 2026-02-09 15:55:08 +08:00
.envrc fix: watch file only when enable nix in envrc 2025-11-05 04:41:10 +08:00
.gitignore
.justfile
.nvim.lua feat: Change nix formatter to alejandra 2025-11-09 12:04:54 +08:00
.oxfmtrc.json feat: Use oxfmt to reformat json/yaml/toml/markdown 2026-02-10 16:04:57 +08:00
.sops.yaml feat: Add some dummy fonts 2026-01-20 23:19:42 +08:00
.typos.toml chore: Add new word to typo ignore list 2026-01-31 21:31:49 +08:00
flake.lock chore: Update flake inputs 2026-02-09 15:55:17 +08:00
flake.nix chore: Update flake inputs 2026-02-09 15:55:17 +08:00
LICENSE chore: Refine LICENSE file 2025-11-18 16:23:36 +08:00
nvfetcher.toml chore: Update pkgs upstreams 2026-02-09 15:55:19 +08:00
README.md fix(README.md): Fix wrong browser for Tytonidae 2026-02-09 20:57:28 +08:00
treefmt.nix feat: Use oxfmt to reformat json/yaml/toml/markdown 2026-02-10 16:04:57 +08:00

NixoS / Home-mangeR ConfiguratioN

Hey, you. This is my nixos configurations.


Machine Users OS
Tytonidae david NixOS
Akun david NixOS
Cape alice NixOS

  • david@Tytonidae
Specialisation DE / WM Shell Editor Terminal Launcher Browser DM
default niri fish + bash helix + zed ghostty fuzzel zen-browser greetd + regreet
kde kde fish + bash helix + zed ghostty kde run zen-browser sddm
  • david@Akun
Specialisation DE / WM Shell Editor Terminal Launcher Browser DM
default niri fish + bash helix + zed ghostty fuzzel firefox greetd + regreet
  • alice@Cape
Specialisation DE / WM Shell Editor Terminal Launcher Browser DM
default - fish + bash helix - - - -

FlakE OutputS and StructurE

outputs field description source
packages packages imported or wrapped from elsewhere ./pkgs
lib patched nixpkgs.lib to include self-defined helper function ./lib
overlays.modifications the overlays modify <nixpkgs> ./overlays/modifications
overlays.additions the ovelrays add packages in <nixpkgs> ./overlays/additions
nixosModules.default nixos modules shared on different nixos machines ./nixos/modules
nixosConfigurations.${machine} machine-local nixos config ./nixos/configurations/${machine}
homeModules.default home-manager modules shared between different user and machine combinations ./home/modules
homeModules.extra home-manager modules only for non-nixos ./home/extra
homeModules.${user} home-manager modules shared between different users ./home/${user}/modules
homeConfigurations."${user}@${machine}" home-manager config for different user and machine combinations ./home/${user}/configurations/${machine}
deploy.nodes.${machine}.system deploy-rs profile for deploying nixosConfiguration.${machine} remotely -