2024-12-03 16:23:29 +01:00
2024-09-02 20:03:39 +02:00
2024-12-03 16:23:29 +01:00
2024-12-03 16:23:29 +01:00
2024-07-17 19:19:56 +02:00
2024-07-19 14:00:55 +02: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%