Skip to content

Instantly share code, notes, and snippets.

View mujaxso's full-sized avatar
💻
Focus

Mujahid Siyam mujaxso

💻
Focus
View GitHub Profile
@kesor
kesor / dwm_default.nix
Created July 6, 2025 02:48
suckeless-dwm-dmenu-nix-module.nix
{ pkgs, lib, ... }:
let
patched-dwm = pkgs.dwm.overrideAttrs {
src = pkgs.fetchFromGitHub {
owner = "kesor";
repo = "dwm";
rev = "c4609547ecb9d8330d56e903690532fd43a001f7";
sha256 = "sha256-iY+v36I4l+wX8N940S2T/wxlwKxWeGtrO1t1CheltG4=";
};
prePatch = ''
@xmawja
xmawja / 00_Partition_BTRFS_Disk.sh
Last active November 3, 2025 14:23
Gentoo BTRFS Installation Guide - How To Install Gentoo On BTRFS
#!/bin/sh
# Gentoo BTRFS Installation Guide
# First Step You Need to boot From Gentoo Live Cd
## reference https://gist.github.com/renich/90e0a5bed8c7c0de40d40ac9ccac6dfd
####################################################
# Partition Your Disks
# referenses https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks#Partitioning_the_disk_with_GPT_for_UEFI
# Print Partions That Attached TO Your System