Skip to content

johnmain/NixOSv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-structure-v7

This version now tracks the latest stable release via nixos-25.05 for maximum reliability.

Updating

# Refresh flake.lock to latest 25.05
nix flake update
sudo nixos-rebuild switch --flake .#frankenix

To target a specific host (if you add more later):

sudo nixos-rebuild switch --flake .#<hostname>

Notes

  • system.stateVersion = "24.05" is intentionally preserved.
  • The base configuration remains shared (profiles/base.nix).
  • NVIDIA module and driver toggles remain host-only (hosts/frankenix/configuration.nix).
  • i3 workspace/output mapping remains host-specific (home/hosts/frankenix.nix).

If you ever want to jump back to nixos-unstable for testing newer packages:

sed -i 's/nixos-25.05/nixos-unstable/' flake.nix
nix flake update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages