Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View rutgx's full-sized avatar
  • Codestin Search App rutgx
  • Joined Sep 12, 2025

Block or report rutgx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. A simple NixOS configuration file. A simple NixOS configuration file.
    1
    { config, pkgs, ... }:
    2
    
                  
    3
    {
    4
      imports =
    5
        [ ./hardware-configuration.nix ];