No description
Find a file
2025-02-01 20:35:48 +08:00
assets/wallpaper add stylix as theme config 2025-01-16 20:31:54 +08:00
home modify helix config 2025-02-01 19:03:42 +08:00
nixos add mautrix-telegram bot for conduwuit 2025-02-01 15:23:21 +08:00
overlays wrap helix with lsp and formatter, and add some config for helix 2025-01-17 14:39:30 +08:00
pkgs update flake inputs, and change firefox-addons from gitlab source to github source 2025-02-01 20:35:48 +08:00
secrets add mautrix-telegram bot for conduwuit 2025-02-01 15:23:21 +08:00
.gitattributes add stylix as theme config 2025-01-16 20:31:54 +08:00
.sops.yaml add deploy-rs for remotely deploy nixos config 2025-01-28 17:15:44 +08:00
flake.lock update flake inputs, and change firefox-addons from gitlab source to github source 2025-02-01 20:35:48 +08:00
flake.nix update flake inputs, and change firefox-addons from gitlab source to github source 2025-02-01 20:35:48 +08:00
Justfile use nom beautify the output of nix flake update 2025-02-01 20:35:48 +08:00
nixpkgs.nix init repo 2025-01-14 20:09:26 +08:00
README.md update README.md 2025-01-28 19:54:45 +08:00

NixoS / Home-mangeR ConfiguratioN

Hey, you. This is my nixos configurations.


Machine Users
Tytonidae david
Akun david
Cape alice

  • david@Tytonidae
Specialisation DE / WM Shell Editor Termianal Launcher Browser DM
default cosmic de fish + bash helix ghostty cosmic-launcher firefox cosmic-greeter
niri niri fish + bash helix ghostty fuzzel firefox gdm
  • david@Akun
Specialisation DE / WM Shell Editor Termianal Launcher Browser DM
default kde fish + bash helix ghostty - firefox sddm
  • alice@Cape
Specialisation DE / WM Shell Editor Termianal 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}
homeManagerModules.default home-manager modules shared between different user and machine combinations ./home/modules
homeManagerModules.${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 -