No description
Find a file
2025-01-26 15:06:26 +08:00
assets/wallpaper add stylix as theme config 2025-01-16 19:38:54 +08:00
home add thunderbird to home module 2025-01-26 15:06:26 +08:00
nixos fix ime of ice-rime 2025-01-25 11:03:49 +08:00
overlays wrap helix with lsp and formatter, and add some config for helix 2025-01-17 14:35:18 +08:00
pkgs add cmake lsp for helix 2025-01-25 20:26:57 +08:00
secrets add transmission module for downloads bt torrent 2025-01-24 17:06:45 +08:00
.gitattributes add stylix as theme config 2025-01-16 19:38:54 +08:00
.sops.yaml update sops key 2025-01-19 23:57:34 +08:00
flake.lock update flake inputs 2025-01-25 19:15:31 +08:00
flake.nix add transmission module for downloads bt torrent 2025-01-24 17:06:45 +08:00
Justfile add just formatter for helix and format Justfile 2025-01-25 16:59:16 +08:00
nixpkgs.nix build a brandnew architecture for configurations. 2025-01-08 14:53:44 +08:00
README.md fix README.md connot show <nixpkgs> 2025-01-17 17:16:14 +08:00

NixoS / Home-mangeR ConfiguratioN

Hey, you. This is my nixos configurations.


Machine Users
Tytonidae david

  • 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

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}