๐Ÿ—’ About

April 17, 2026 ยท View on GitHub

fufexan/dotfiles

๐Ÿ—’ About

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

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

๐Ÿ—ƒ๏ธ Contents

๐Ÿ“ฆ Exported packages

This flake exports several packages. To get a list of available packages, run

nix flake show github:fufexan/dotfiles

Run packages directly with the below command, replacing <packageName> with the desired package:

nix run github:fufexan/dotfiles#<packageName>

Or install from the packages output. For example:

# flake.nix
{
  inputs.fufexan-dotfiles = {
    url = "github:fufexan/dotfiles";
    inputs.nixpkgs.follows = "nixpkgs";
  };
}

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

๐Ÿ’ป Desktop preview

Currently, my widgets are created using Quickshell. If you're looking for the Ags v1 version, you can find it here. Older Eww version here.

Desktop Preview
Previous versions

Ags

Dark Desktop Preview Dark *Hint: click to go to a video showcase*
Light Desktop Preview Light

Eww

Desktop Preview Desktop Preview

๐Ÿ’พ 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.

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