No description
Find a file
2025-10-28 22:00:43 +08:00
.github Add github-only README.md to explain the forge of the repo 2025-06-13 14:03:50 +08:00
_sources chore: Update packages' upstreams 2025-10-21 23:33:16 +08:00
assets Add treefmt-nix for formatting all the files 2025-06-06 19:51:45 +08:00
flake feat: Add lua_ls in devShell 2025-10-28 22:00:40 +08:00
home feat: Add firefox search engine 2025-10-28 22:00:43 +08:00
lib Reformat nix source file using nixfmt 2025-08-21 05:08:56 +08:00
nixos feat: Add nvchad module and enable nvchad instead of nixvim 2025-10-21 23:33:26 +08:00
nvchad feat: Update nvchad configuration 2025-10-28 22:00:38 +08:00
overlays feat: Remove juicity package function 2025-10-28 22:00:36 +08:00
pkgs feat: Remove juicity package function 2025-10-28 22:00:36 +08:00
secrets chore: Update github token 2025-10-28 22:00:31 +08:00
templates chore: Use localSystem.system instead of system 2025-10-21 23:33:20 +08:00
.envrc chore: Add condition to import flake env 2025-10-21 23:33:11 +08:00
.gitignore Generate gitignore by gitnr 2025-06-05 15:33:15 +08:00
.justfile jujutsu: Modify configuration and usage to fit the latest version 2025-08-11 17:06:06 +08:00
.sops.yaml add deploy-rs for remotely deploy nixos config 2025-01-28 17:15:44 +08:00
.typos.toml typos: Modify typos configuration and ignore typo check in doom init.el 2025-08-21 04:50:31 +08:00
flake.lock feat: Update nvchad configuration 2025-10-28 22:00:38 +08:00
flake.nix feat: Add nvchad module and enable nvchad instead of nixvim 2025-10-21 23:33:26 +08:00
LICENSE Add symlink from LICENSE to LICENSE-GPL-3.0-or-later 2025-07-01 00:40:11 +08:00
LICENSE-GPL-3.0-or-later Add License file for repo 2025-05-15 02:43:59 +08:00
nvfetcher.toml Remove radicle-ci-broker from pkgs 2025-10-15 12:42:59 +08:00
README.md chore: Use ghsotty as default terminal emulator instead of alacritty 2025-09-24 04:02:35 +08:00
README.org fix: Reformat README.org 2025-10-15 12:42:54 +08:00
treefmt.nix Reformat nix source file using nixfmt 2025-08-21 05:08:56 +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 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 -