Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Nix 97.8%
Shell 1.8%
Other 0.3%
5 4 0

Clone this repository

https://tangled.org/andreijiroh.dev/dotfiles https://tangled.org/did:plc:wcx4c3osbuzrwmxkqdfqygwv/dotfiles
git@tangled.org:andreijiroh.dev/dotfiles git@tangled.org:did:plc:wcx4c3osbuzrwmxkqdfqygwv/dotfiles

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

@andreijiroh-dev/dotfiles@nixos - @ajhalili2006's dotfiles under nixos + nixpkgs!#

Yup, I'm starting a fresh for my dotfiles for 2025 and beyond, now with nixpkgs and home-manager. (Don't worry, I'll be maintaining the yadm-era setup for non-Nix setups seperately as seperate branches for prosperity.)

Usage#

Using my Nixpkgs config#

Make sure Git is installed in your NixOS/nixpkgs setup (via /etc/nixos/configuration.nix or the usual nix-env -iA nixpkgs.gitFull or nix profile install nixpkgs#gitFull if using Flakes) for the setup to work.

cd ~
git init
git remote add origin https://mau.dev/andreijiroh-dev/dotfiles
git checkout -f main

Directory + File Map#

Essientials#

  • .config/nixos - my NixOS configuration as a flake, including system tools, usually in sync
  • .config/home-manager - Home-manager configs, mostly CLI and desktop apps go here
  • bin - Shell scripts! (because Nix looks like Haskell to me)