Skip to content

Instantly share code, notes, and snippets.

View mnajib's full-sized avatar

Muhammad Najib Bin Ibrahim mnajib

View GitHub Profile
@mnajib
mnajib / configuration.nix
Created July 14, 2019 16:16 — forked from joedicastro/configuration.nix
My NixOS configuration
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
{
## DISK CONFIGURATION
imports =