No description
Find a file
2025-06-13 13:49:27 +08:00
.helix
.zed Add treefmt-nix for formatting all the files 2025-06-06 19:51:45 +08:00
assets Add treefmt-nix for formatting all the files 2025-06-06 19:51:45 +08:00
flake flake(nixos): Rename nixos configuration factory function 2025-06-13 13:49:24 +08:00
home gui(niri): Delete unused variable defination 2025-06-13 13:49:21 +08:00
nixos module: Use new nixos-rebuild script written by python 2025-06-13 13:49:27 +08:00
overlays overlays: Disable QQ overlay to block Wayland launch 2025-06-10 19:28:12 +08:00
pkgs pkgs(cliphist): Add upstream update alert to purge local pkg 2025-06-10 19:28:14 +08:00
secrets
templates Add treefmt-nix for formatting all the files 2025-06-06 19:51:45 +08:00
.envrc
.gitignore
.justfile
.sops.yaml
.typos.toml Add treefmt-nix for formatting all the files 2025-06-06 19:51:45 +08:00
flake.lock flake: Add chaotic as flake input 2025-06-11 20:32:23 +08:00
flake.nix flake: Add chaotic as flake input 2025-06-11 20:32:23 +08:00
LICENSE-GPL-3.0-or-later
README.md Update ReadMe.md 2025-06-09 16:00:43 +08:00
treefmt.nix Refactor flake structure with flake-parts 2025-06-09 18:19:59 +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
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 -