ランキングに戻る

fufexan/dotfiles

Nix

NixOS system config & Home-Manager user config

dotfilesnixdeclarativeflakenixoshome-managerhelixhyprlandagswayland
スター成長
スター
1.1k
フォーク
53
週間成長
Issue
0
5001k
2023年1月2024年3月2025年5月2026年7月
README

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

関連リポジトリ
mathiasbynens/dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS

ShellMIT Licensedotfilesmacos
mths.be/dotfiles
31.4k8.5k
NvChad/NvChad

Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.

LuaGNU General Public License v3.0nvimneovim
nvchad.com
28.4k2.2k
gpakosz/.tmux

Oh my tmux! My self-contained, pretty & versatile tmux configuration made with 💛🩷💙🖤❤️🤍

ShellMIT Licensetmuxtmux-conf
25.2k3.6k
nikitavoloboev/config

Apps/CLIs/configs I use on macOS/iOS. Fish, Karabiner, Cursor..

ShellMIT Licensemacosmac-setup
20.8k845
twpayne/chezmoi

Manage your dotfiles across multiple diverse machines, securely.

GoGo ModulesMIT Licensedotfilesconfiguration
chezmoi.io
20.8k668
end-4/dots-hyprland

Usability-first dotfiles

QMLGNU General Public License v3.0dotfileslinux
ii.clsty.link
15.2k1.3k
webpro/awesome-dotfiles

A curated list of dotfiles resources.

dotfiles-resourcesdotfiles
10.8k370
caelestia-dots/shell

A fluid, morphing shell for your Linux desktop

QMLGNU General Public License v3.0dotfileshyprland
caelestiashell.com/landing
10.7k748
nix-community/home-manager

Manage a user environment using Nix [maintainer=@khaneliman, @rycee]

NixMIT Licensenixnixpkgs
nix-community.github.io/home-manager/
10.1k2.4k
prasanthrangan/hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland

ShellGNU General Public License v3.0archarchlinux
8.5k869
holman/dotfiles

@holman does dotfiles

ShellMIT Licensezshshell
zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/
7.8k3.2k
yadm-dev/yadm

Yet Another Dotfiles Manager

PythonPyPIGNU General Public License v3.0yadmdotfile-manager
yadm.io
6.4k200