❄️ Dotfiles for our NixOS system configuration.
at master 162 B view raw
1{ 2 settings = { 3 bootloader.enable = false; 4 }; 5 6 system.stateVersion = "23.11"; # Initial NixOS version 7 nixpkgs.hostPlatform = "x86_64-linux"; 8}