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

missrce/dotfiles

Repository files navigation

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 = "";
  };
}

About

system configurations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages