Skip to content

aborg-dev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2486f5 · Mar 30, 2025
Jan 11, 2025
Jan 24, 2025
May 30, 2021
Dec 31, 2023
Mar 13, 2025
Jan 29, 2017
Aug 27, 2023
Aug 23, 2022
Sep 2, 2022
Jan 20, 2025
Mar 30, 2025
Mar 25, 2025
Mar 30, 2025
Dec 2, 2024
Mar 13, 2025
Mar 15, 2025
Sep 26, 2024
Mar 13, 2025
Mar 15, 2025
Sep 26, 2024
Mar 13, 2025
May 9, 2023
May 29, 2021
Dec 19, 2023
Oct 18, 2024
Mar 30, 2025
Jan 20, 2025

Repository files navigation

aborg's dotfiles

This repository stores my system configuration that I use across multiple machines. The setup relies Nix home-manager to install and configure the development environment.

Usage

First, follow the installation guide for Nix home-manager. This config uses Nix flakes, so they will need to be enabled.

If you have Nix installed, you can usually get started with home-manager by running

nix run home-manager/master -- init --switch

To start using the configuration from this repository, you need to put flake.nix into home-manager config folder:

ln -s $(pwd)/flake.nix ~/.config/home-manager/flake.nix

Then, machine configuration needs to be added into "nix" folder by following the example from other machines (e.g. "nix/spire.nix"). Finally, add the machine to the list of outputs in flake.nix.

The environment can now be installed and updated with home-manager switch.

If you mess the home-manager environment, it can be restored with

nix run home-manager/master -- switch

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published