No description
Find a file
2025-07-14 22:32:50 +08:00
.github
.helix
.zed
_sources pkgs: Sync package upstream 2025-07-13 02:08:45 +08:00
assets
flake Use packagesFromDirectoryRecursive to improve package building 2025-07-13 01:29:41 +08:00
home module(wluma): Fix wluma module doesn't use extraSettings 2025-07-14 22:32:50 +08:00
lib
nixos machine(Tytonidae,Akun): Use Blobmoji as emoji font 2025-07-14 22:24:21 +08:00
overlays
pkgs Use packagesFromDirectoryRecursive to improve package building 2025-07-13 01:29:41 +08:00
secrets
templates
.envrc
.gitignore
.justfile Use packagesFromDirectoryRecursive to improve package building 2025-07-13 01:29:41 +08:00
.sops.yaml
.typos.toml
flake.lock flake: Sync flake input upstreams 2025-07-13 04:02:36 +08:00
flake.nix
LICENSE
LICENSE-GPL-3.0-or-later
nvfetcher.toml pkgs: Fix wrong url of yuhao-star ime upstream 2025-07-13 01:44:48 +08:00
README.md
treefmt.nix treefmt: Fix exclude path for nvfetcher generated files 2025-07-13 02:06:34 +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 alacritty fuzzel firefox greetd + regreet
kde kde fish + bash helix + zed alacritty kde run firefox sddm
  • david@Akun
Specialisation DE / WM Shell Editor Terminal Launcher Browser DM
default niri fish + bash helix + zed alacritty 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 -