The Wayback Machine - https://web.archive.org/web/20220815105525/https://github.com/fufexan/dotfiles
Skip to content

fufexan/dotfiles

main
Switch branches/tags
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

fufexan/dotfiles

πŸ—’ About

In-house baked configs for Home-Manager and NixOS. Borrowed bits sprinkled on top. Using flakes.

See an overview of the flake outputs by running nix flake show github:fufexan/dotfiles.

πŸ—ƒοΈ Contents

πŸ“¦ Exported packages

Run packages directly with:

nix run github:fufexan/dotfiles#packageName

Or install from the packages output. For example:

# flake.nix
{
  inputs.fufexan-dotfiles.url = "github:fufexan/dotfiles";
  # Override my nixpkgs, binary cache will have less hits
  inputs.fufexan-dotfiles.inputs.nixpkgs.follows = "nixpkgs";
}

# configuration.nix
{ pkgs, inputs, ... }:
{
  environment.systemPackages = [
    inputs.fufexan-dotfiles.packages."x86_64-linux".packageName
  ];
}

πŸ’Ύ Resources

Other configurations from where I learned and copied:

πŸ‘₯ People

These are the people whom I've taken inspiration from while writing these configs. There surely are more but I tend to forget. Regardless, I am thankful to all of them.

gytis-ivaskevicius - DieracDelta - NobbZ - hlissner - tadeokondrak - viperML - max-privatevoid - pnotequalnp - Xe - keksbg - Misterio77 - OPNA2608 - yusdacra - matthewcroughan - Kranzes