51903cc47f31eafb3d71eeaa4283604468033626
automated update of handy appimage version and hash Co-authored-by: gitea actions <actions@localhost> Reviewed-on: #4
nixos-config
NixOS configuration using a dendritic structure — flake.nix at the root, with modules branching out under modules/.
.
├── flake.nix
├── hardware-configuration.nix
└── modules/
├── browsers.nix
├── gaming.nix
├── packages.nix
├── shell.nix
├── ui.nix
└── ...
Usage
sudo nixos-rebuild switch --flake .#nixos
Description
Languages
Nix
100%