Overview of the NixOS Linux distribution: Difference between revisions

imported>Ixxie
imported>Ixxie
No edit summary
Line 27: Line 27:
     # Name your host machine
     # Name your host machine
     networking.hostName = "mymachine";  
     networking.hostName = "mymachine";  
    # Set your time zone.
    time.timeZone = "Europe/Utrecht";
    # Enter keyboard layout
    services.xserver.layout = "us";
    services.xserver.xkbVariant = "altgr-intl";


     # Define user accounts
     # Define user accounts
Line 61: Line 54:
}
}
</syntaxhighlight>
</syntaxhighlight>
The official website has a [https://nixos.org/nixos/options.html# search tool for NixOS configuration options], as well as a [https://nixos.org/nixos/packages.html tool for finding all available packages] on Nixpkgs (with the exception of proprietary packages).


=== Imperative Operations ===
=== Imperative Operations ===