This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { pkgs, lib, ... }: | |
| let | |
| patched-dwm = pkgs.dwm.overrideAttrs { | |
| src = pkgs.fetchFromGitHub { | |
| owner = "kesor"; | |
| repo = "dwm"; | |
| rev = "c4609547ecb9d8330d56e903690532fd43a001f7"; | |
| sha256 = "sha256-iY+v36I4l+wX8N940S2T/wxlwKxWeGtrO1t1CheltG4="; | |
| }; | |
| prePatch = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |