Skip to content

Instantly share code, notes, and snippets.

View worldofpeace's full-sized avatar
🌑

WORLDofPEACE worldofpeace

🌑
  • they/them
View GitHub Profile
@worldofpeace
worldofpeace / pantheon.md
Last active June 2, 2023 17:10
NixOS Pantheon Docs

Pantheon Desktop

Pantheon is the desktop environment created for the elementary OS distribution. It is written from scratch in Vala, utilizing GNOME technologies with GTK 3 and Granite. All of Pantheon is working in NixOS and the applications should be available, aside from a few exceptions. To enable Pantheon, set

services.xserver.desktopManager.pantheon.enable = true;

Evals report

Report built at 2019-10-06 20:44:28 UTC

Built for evals:


Evals report

Report built at 2019-10-03 03:26:58 UTC

Built for evals:


@worldofpeace
worldofpeace / default.nix
Last active September 6, 2020 17:02
Nix Expression for FiraCode nerdfont
{ stdenv, fetchzip }:
let
pname = "FiraCode";
version = "v2.0.0";
in
stdenv.mkDerivation rec {
name = "${pname}-nerdfont-${version}";
src = fetchzip {
@worldofpeace
worldofpeace / Gemfile
Created June 26, 2018 05:19
hastebin-client
source 'https://rubygems.org' do
gem 'haste'
end