2025-01-24 00:50:13 +01:00
2025-01-24 00:50:13 +01:00
2025-01-24 00:50:13 +01:00
2025-01-24 00:28:22 +01:00
2025-01-24 00:50:13 +01:00
2025-01-24 00:28:22 +01:00
2024-07-17 19:19:56 +02:00
2024-07-19 14:00:55 +02:00
2025-01-24 00:50:13 +01:00
2025-01-24 00:50:13 +01:00
2024-12-02 01:03:01 +01:00

Dotfiles

My NixOS configuration.

Usage

Clone the repository to some directory. /etc/nixos/git in this example.

Set up configuration.nix:

{ ... }:

{
    imports = [
        ./hardware-configuration.nix
        ./git/machines/[machine].nix
    ];
}
Description
My dotfiles :)
Readme 1.2 MiB
Languages
Nix 100%