Skip to content

Instantly share code, notes, and snippets.

View Witek3023's full-sized avatar

Witek Witek3023

View GitHub Profile
{
description = "My NixOs config";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};