Skip to content

Instantly share code, notes, and snippets.

View JustCoderdev's full-sized avatar
😓
Configuring NixOS

JustCode JustCoderdev

😓
Configuring NixOS
View GitHub Profile
@0atman
0atman / configuration.nix
Last active June 9, 2024 21:25
A rebuild script that commits on a successful build
{
config,
pkgs,
options,
...
}: let
hostname = "oatman-pc"; # to alllow per-machine config
in {
networking.hostName = hostname;

Adding Dependencies

Introduction

Adding Dependencies allows you to access hooks, tools and apis provided by other mods. Depending on other's code allows you to spend lesser time on writing your code, and more time on refining it. A commonly used dependency in fabric is Fabric API.

Adding the repository

Open your build.gradle file and add the required maven repositories

repositories {
    maven {
 name = "Example"
@jlyonsmith
jlyonsmith / Mac Keyboard Symbols.md
Last active May 30, 2024 09:35 — forked from Zenexer/Mac Keyboard Symbols.md
List of Mac/Apple keyboard symbols

Common symbols

Modifiers

When a key combination is displayed, the modifiers are written in the order presented here. For example, Control + Option + Shift + Command + Q would be written as ⌃⌥⇧⌘Q.

Sym Key Alt
Control
Option