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