Skip to content

AlvaroParker/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S7

NixOS configuration

You'll need to modify the vars.nix file in the root directory of this repo with the following content:

rec {
  username = "<your username>";
  nickName = "<your name for gdm>";
  fullName = "<your name for git>";
  email = "<your git email>";
  hostname = "<your hostname>";
  homeDirectory = "/home/<user>";
  ssh_public = ''<YOUR PUBLIC KEY - NOT NEW LINE TERMINATED'';
  timezone = "<your timezone>"; # e.g. "America/Santiago"
  defaultLocale = "en_US.UTF-8";
  batteryName = "<your battery name>"; # Get it from `ls /sys/class/power_supply`
}

Valid hostname values are huawei, thinkpad and nixvm. If you want to add your own, you can do so by adding a new entry in flake.nix and under sysetm/.

Screenshots

S4 S5 S3 S1 S2 S6

About

NixOS configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published