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-09 11:37:03 +01:00
|
|
|
slickbar = true;
|
|
|
|
borderAnim = true;
|
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-09 08:53:11 +01:00
|
|
|
terminal = "alacritty";
|
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-09 03:51:04 +01:00
|
|
|
theShell = "bash"; # Possible options: bash, zsh
|
2024-02-09 08:53:11 +01:00
|
|
|
# For Hybrid Systems intel-nvidia
|
|
|
|
# Should Be Used As gpuType
|
2024-02-06 04:46:24 +01:00
|
|
|
cpuType = "intel";
|
|
|
|
gpuType = "amd";
|
2024-02-06 07:13:52 +01:00
|
|
|
|
2024-02-09 08:53:11 +01:00
|
|
|
# Nvidia Hybrid Devices
|
|
|
|
# ONLY NEEDED FOR HYBRID
|
|
|
|
# SYSTEMS!
|
2024-02-06 04:46:24 +01:00
|
|
|
intel-bus-id = "PCI:0:2:0";
|
|
|
|
nvidia-bus-id = "PCI:14:0:0";
|
2024-02-09 08:53:11 +01:00
|
|
|
|
|
|
|
# Enable / Setup NFS
|
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-09 08:53:11 +01:00
|
|
|
|
|
|
|
# Printer, NTP, HWClock Settings
|
2024-02-06 08:27:12 +01:00
|
|
|
localHWClock = false;
|
|
|
|
ntp = true;
|
2024-02-08 04:03:29 +01:00
|
|
|
printer = false;
|
2024-02-09 08:53:11 +01:00
|
|
|
|
|
|
|
# Enable Flatpak & Larger Programs
|
2024-02-06 08:27:12 +01:00
|
|
|
flatpak = false;
|
|
|
|
kdenlive = true;
|
|
|
|
blender = true;
|
2024-02-09 08:53:11 +01:00
|
|
|
|
|
|
|
# Enable Support For
|
|
|
|
# Logitech Devices
|
2024-02-08 09:20:44 +01:00
|
|
|
logitech = true;
|
2024-02-09 08:53:11 +01:00
|
|
|
|
|
|
|
# Enable Terminals
|
|
|
|
# If You Disable All You Get Kitty
|
2024-02-09 07:34:17 +01:00
|
|
|
wezterm = false;
|
2024-02-09 08:53:11 +01:00
|
|
|
alacritty = true;
|
|
|
|
kitty = false;
|
2024-02-06 07:13:52 +01:00
|
|
|
|
2024-02-09 09:15:27 +01:00
|
|
|
# Enable Python & PyCharm
|
|
|
|
python = false;
|
|
|
|
|
2024-02-06 04:46:24 +01:00
|
|
|
}
|