zaneyos/options.nix

45 lines
1.1 KiB
Nix
Raw Normal View History

# PLEASE READ THE WIKI FOR DETERMINING
# VALUES FOR THIS PAGE.
# https://gitlab.com/Zaney/zaneyos/-/wikis/Setting-Options
let
# YOU MUST CHANGE THIS
userHome = "/home/zaney";
in {
# User Variables
gitUsername = "Tyler Kelley";
gitEmail = "tylerzanekelley@gmail.com";
2024-02-07 02:08:34 +01:00
theme = "gigavolt";
waybarStyle = "style2"; # can be style1-2
borderAnim = true; # anything other than on disables anim borders in Hyprland
browser = "firefox";
wallpaperGit = "https://gitlab.com/Zaney/my-wallpapers.git";
wallpaperDir = "${userHome}/Pictures/Wallpapers";
flakeDir = "${userHome}/zaneyos";
screenshotDir = "${userHome}/Pictures/Screenshots";
# System Settings
theLocale = "en_US.UTF-8";
theKBDLayout = "us";
theSecondKBDLayout = "pl";
theLCVariables = "en_US.UTF-8";
theTimezone = "America/Chicago";
cpuType = "intel";
gpuType = "amd";
# Optional Settings
intel-bus-id = "PCI:0:2:0";
nvidia-bus-id = "PCI:14:0:0";
nfs = false;
2024-02-06 07:47:13 +01:00
nfsMountPoint = "/mnt/nas";
nfsDevice = "nas:/volume1/nas";
localHWClock = false;
ntp = true;
2024-02-08 04:03:29 +01:00
printer = false;
flatpak = false;
kdenlive = true;
blender = true;
logitech = true;
}