Home

Awesome

<p align="center"><img src="https://i.imgur.com/X5zKxvp.png" width=300px></p> <p align="center"> <a href="https://hyprland.org/"> <img src="https://img.shields.io/static/v1?label=Hyprland&message=latest&style=flat&logo=hyprland&colorA=24273A&colorB=8AADF4&logoColor=CAD3F5"/> </a> <a href="https://github.com/zemmsoares/awesome-rices"> <img src="https://raw.githubusercontent.com/zemmsoares/awesome-rices/main/assets/awesome-rice-badge.svg" alt="awesome-rice-badge"> </a> <a href="https://nixos.wiki/wiki/Flakes"> <img src="https://img.shields.io/static/v1?label=Nix Flake&message=check&style=flat&logo=nixos&colorA=24273A&colorB=9173ff&logoColor=CAD3F5"> </a> </p> <p align="center"> <a href="https://nixos.org/"><img src="https://img.shields.io/badge/NixOS-unstable-informational.svg?style=flat&logo=nixos&logoColor=CAD3F5&colorA=24273A&colorB=8AADF4"></a> <p align="center"><img src="https://i.imgur.com/NbxQ8MY.png" width=600px></p> <h2 align="center">革 | kaku</h2>

<sup><sub><samp>PLEASE RESPECT THE CREDITS IF YOU USE SOMETHING FROM MY DESKTOP/SETUP.</samp></sub></sup>


<pre align="center"> <a href="#seedling--setup">SETUP</a> • <a href="#herb--guides">GUIDES</a> • <a href="#four_leaf_clover--key-bindings">KEYBINDS</a> • <a href="https://linu.dev/kaku">GALLERY</a> </pre>
<a href="#octocat--hi-there-thanks-for-dropping-by"> <picture> <img alt="" align="right" width="400px" src="https://i.imgur.com/wxN00dP.png"/> </picture> </a>

🍂 <samp>CHANGELOGS</samp>

From the previous major versions (0-1.x).

🌼 <samp>INSTALLATION (NixOS)</samp>

Request: NixOs

wget -O https://channels.nixos.org/nixos-23.05/latest-nixos-minimal-x86_64-linux.iso

I prefer to use 1GB on the EFI partition. Specifically because the 'generations' list may become very long, and to avoid overloading the partition.

# Replace nvme with your disk partition
gdisk /dev/nvme0n1
- `o` (create new partition table)
- `n` (add partition, 512M, type ef00 EFI)
- `n` (add partition, remaining space, type 8300 Linux)
`w` (write partition table and exit)
mkfs.fat -F 32 -n EFI /dev/nvme0n1p1
mkfs.xfs -L NIXOS /dev/nvme0n1p2
mount /dev/disk/by-label/NIXOS /mnt
mkdir -p /mnt/boot
mount /dev/disk/by-label/EFI /mnt/boot
nix-shell -p nixFlakes git
git clone --depth 1 https://github.com/linuxmobile/kaku /mnt/etc/nixos

<sup><sub><samp>DON'T FORGET IT</samp></sub></sup>

sudo nixos-generate-config --dir --force /mnt/etc/nixos/hosts/aesthetic

# Remove configuration.nix 
rm -rf /mnt/etc/nixos/hosts/aesthetic/configuration.nix
# Move to folder
cd mnt/etc/nixos/

# Install
nixos-install --flake .#aesthetic

🐙 <sup><sub><samp>Remember <strong>Default</strong> User & password are: nixos</samp></sub></sup>

passwd YourUser
home-manager switch --flake 'github:linuxmobile/kaku#linudev@aesthetic'

🌸 <samp>DOTFILES EXPLAIN</samp>

🌻 <samp>TODO LIST</samp>

🎋 <samp>ADDITIONALS</samp>

🍀 <samp>KEY BINDINGS</samp>

💐 <samp>ACKNOWLEDGEMENTS</samp>

Inspiration and Resources
1owl4ce
2Ilham25
3Siduck
4NvChad
5Rxyhn
6HeinzDev
7fufexan
8AmitGolden
BasedCommunityMembership Status
🗺3r/unixp*rnNot working there anymore.

🌳 <samp>CONTRIBUTING</samp>

WIP

🎃 <samp>SECURITY POLICY</samp>

<pre align="center"> <a href="#readme">BACK TO TOP</a> </pre>