No description
Find a file
2025-03-20 03:15:46 +08:00
assets/wallpaper use network bridge to make sure container access to intenet 2025-03-07 07:28:20 +08:00
home fix xdg-portal for screen cast 2025-03-15 22:51:21 +08:00
nixos package rime-ice 2025-03-20 03:15:38 +08:00
overlays unpin forgejo-lts 2025-03-20 03:15:46 +08:00
pkgs update flake inputs 2025-03-20 03:15:43 +08:00
secrets use unstable dae for fix bug and modify some dae config 2025-03-07 07:28:22 +08:00
.gitattributes add stylix as theme config 2025-01-16 20:31:54 +08:00
.justfile update flake inputs 2025-03-15 22:00:07 +08:00
.sops.yaml add deploy-rs for remotely deploy nixos config 2025-01-28 17:15:44 +08:00
flake.lock unpin forgejo-lts 2025-03-20 03:15:46 +08:00
flake.nix unpin forgejo-lts 2025-03-20 03:15:46 +08:00
README.md update flake inputs 2025-03-20 03:15:43 +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 niri fish + bash helix ghostty fuzzel firefox gdm
cosmic cosmic de fish + bash helix ghostty cosmic-launcher firefox cosmic-greeter
kde kde fish + bash helix ghostty - firefox sddm
  • david@Akun
Specialisation DE / WM Shell Editor Termianal Launcher Browser DM
default cosmic fish + bash helix ghostty - firefox cosmic-greeter
  • 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}
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 -