No description
Find a file
2025-10-13 10:36:52 +08:00
.github
.helix
.zed
_sources feat: Add spacemacs module and update system 2025-10-04 11:02:06 +08:00
assets
flake
home feat(fish): Remove fastfetch from greeting function 2025-10-13 10:36:52 +08:00
lib
nixos feat: Add some libraries into nix-ld 2025-10-04 11:02:12 +08:00
overlays chore: Delete waydoird-script overlay 2025-10-04 11:02:11 +08:00
pkgs chore: Update pkg upstreams and flake inputs 2025-09-17 01:12:41 +08:00
secrets feat: Deploy matrix home server 2025-10-02 17:41:45 +08:00
templates
.envrc
.gitignore
.justfile
.sops.yaml
.typos.toml
flake.lock feat: Add spacemacs module and update system 2025-10-04 11:02:06 +08:00
flake.nix feat: Add spacemacs module and update system 2025-10-04 11:02:06 +08:00
LICENSE
LICENSE-GPL-3.0-or-later
nvfetcher.toml chore: Update pkg upstreams and flake inputs 2025-09-17 01:12:41 +08:00
README.md chore: Use ghsotty as default terminal emulator instead of alacritty 2025-09-24 04:02:35 +08:00
README.org chore: Use ghsotty as default terminal emulator instead of alacritty 2025-09-24 04:02:35 +08:00
treefmt.nix

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 firefox greetd + regreet
kde kde fish + bash helix + zed ghostty kde run firefox 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 -