No description
Find a file
2025-01-25 12:22:40 +08:00
assets/wallpaper add stylix as theme config 2025-01-16 20:31:54 +08:00
home add swaync component to waybar 2025-01-25 12:22:40 +08:00
nixos add input method config to fcitx5 2025-01-25 12:22:40 +08:00
overlays wrap helix with lsp and formatter, and add some config for helix 2025-01-17 14:39:30 +08:00
pkgs add haskell-language-server to helix drv 2025-01-19 16:11:01 +08:00
secrets add transmission module for downloads bt torrent 2025-01-25 12:22:39 +08:00
.gitattributes add stylix as theme config 2025-01-16 20:31:54 +08:00
.sops.yaml update sops key 2025-01-19 23:58:17 +08:00
flake.lock update flake inputs 2025-01-25 12:22:39 +08:00
flake.nix add transmission module for downloads bt torrent 2025-01-25 12:22:39 +08:00
Justfile add args for Justfile recipe 2025-01-25 12:22:40 +08:00
nixpkgs.nix init repo 2025-01-14 20:09:26 +08:00
README.md fix README.md connot show <nixpkgs> 2025-01-17 17:16:58 +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}