Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (33 loc) · 707 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 707 Bytes

dotfiles

My system configurations built for privacy, security and stability.

Options reference

All entries are case-insensitive, well apart from booleans but come on that's common sense.

{
  system = {
    interface.graphical = boolean;
    yubikeySupport = boolean;
    mainUser = "";
    users = []; # array of usernames that will be configured for the system
  };
  device = {
    type = "";
    hasTPM = boolean;
    hasBluetooth = boolean;
    hasSound = boolean;
  };
  programs = {
    browser = "";
    launcher = "";
    terminal = "";
    games = {
      steam = boolean;
      minecraft = boolean;
    };
  };
  environment = {
    desktop = "";
    loginManager = "";
  };
}