Skip to content

Instantly share code, notes, and snippets.

View juxuanu's full-sized avatar

Ícar juxuanu

  • 12:24 (UTC +02:00)
View GitHub Profile
@juxuanu
juxuanu / configuration.nix
Last active May 2, 2024 17:04
Nix configuration
# This config: https://gist.githubusercontent.com/juxuanu/d9327709fb56ffacb6e3e1e4ff8ad94a/raw/configuration.nix
# Flatpak apps: https://gist.githubusercontent.com/juxuanu/819267fed67cf5308a8efea42298c2d2/raw/flatpak-list.txt
{ config, pkgs, ... }:
let
unstableTarball =
fetchTarball
https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz;
in
{