97633af170876f591b1b93fb8b3224a7a241b3a6
chore: Replaced scikitlearn with scikit-learn chore: removed gitAndTools chore: Flake Update chore: Replaced vaapiVdpau with libva-vdpau-driver chore: Update Nixpkgs to 25.11
Private NixOS Configuration
Structure
.
├── images # custom image generations
├── machines # machine definitions
├── modules # own nix-options, to modularize services/hardware/...
├── overlays # overlays
├── pkgs # own packages, which are not available in nixpkgs
└── environments # summarize module collections into single options
Commands
# Rebuild (switch/boot/test)
sudo nixos-rebuild switch --flake '.#jupiter'
# Update Flake
nix flake update
# Channel list
sudo nix-channel --list
# Channel update
sudo nix-channel --update
Description
Languages
Nix
100%