No description
Find a file
2026-03-04 05:49:45 +08:00
.github
.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: Add nixpkgs-patcher for patch nixpkgs 2026-02-20 17:44:57 +08:00
home feat: Add new plugin for noctalia 2026-03-04 05:49:45 +08:00
lib
nixos feat: Use specitify instead of spotx 2026-02-23 21:15:04 +08:00
overlays feat: Use specitify instead of spotx 2026-02-23 21:15:04 +08:00
pkgs feat: Use specitify instead of spotx 2026-02-23 21:15:04 +08:00
secrets fix: Fix ssh configuration for tangled.org 2026-02-23 21:47:09 +08:00
.envrc
.gitignore
.justfile
.nvim.lua
.oxfmtrc.json feat: Use oxfmt to reformat json/yaml/toml/markdown 2026-02-10 16:04:57 +08:00
.sops.yaml
.typos.toml chore: Add new word to typo ignore list 2026-01-31 21:31:49 +08:00
flake.lock feat: Use specitify instead of spotx 2026-02-23 21:15:04 +08:00
flake.nix feat: Use specitify instead of spotx 2026-02-23 21:15:04 +08:00
LICENSE
nvfetcher.toml feat: Use specitify instead of spotx 2026-02-23 21:15:04 +08:00
README.md fix(README.md): Fix wrong browser for Tytonidae 2026-02-09 20:57:28 +08:00
treefmt.nix chore: Reduce bracket in treefmt.nix file 2026-02-19 14:51:02 +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 -