No description
Find a file
2025-05-10 22:46:45 +08:00
.zed add some config for helix and zed 2025-05-02 21:26:28 +08:00
assets/wallpaper change wallpaper 2025-04-05 13:45:42 +08:00
flake add templates as flake output 2025-05-10 03:10:47 +08:00
home remove fcitx and satellite systemd service 2025-05-10 03:10:59 +08:00
nixos change option name for forgejo 2025-05-10 22:46:45 +08:00
overlays refactor flake structure 2025-05-10 03:10:44 +08:00
pkgs update flake inputs, remove oskars-dotfiles, patch spotify with spotx-bash 2025-05-02 21:26:33 +08:00
secrets add minio module and enable minio 2025-04-15 18:41:21 +08:00
templates add templates as flake output 2025-05-10 03:10:47 +08:00
.envrc refactor flake structure 2025-05-10 03:10:44 +08:00
.gitignore add devShell 2025-05-10 03:10:43 +08:00
.justfile add updatePkgs in justfile 2025-03-20 17:58:51 +08:00
.sops.yaml add deploy-rs for remotely deploy nixos config 2025-01-28 17:15:44 +08:00
codebook.toml add codebook for checking spelling 2025-04-30 18:18:27 +08:00
flake.lock update flake inputs 2025-05-10 03:10:51 +08:00
flake.nix add templates as flake output 2025-05-10 03:10:47 +08:00
README.md add kde de for Tytonidae 2025-05-10 03:10:49 +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 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 -