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-12 03:05:52 +01:00
|
|
|
username = "zaney";
|
|
|
|
hostname = "hyprnix";
|
|
|
|
userHome = "/home/${username}";
|
|
|
|
flakeDir = #"${userHome}/zaneyos";
|
|
|
|
"/nix/persist/etc/nixos/zaneyos";
|
2024-02-08 05:47:47 +01:00
|
|
|
in {
|
2024-02-06 04:46:24 +01:00
|
|
|
# User Variables
|
2024-02-12 03:05:52 +01:00
|
|
|
username = "${username}";
|
|
|
|
hostname = "${hostname}";
|
2024-02-06 04:46:24 +01:00
|
|
|
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";
|
|
|
|
screenshotDir = "${userHome}/Pictures/Screenshots";
|
2024-02-12 03:05:52 +01:00
|
|
|
flakeDir = "${flakeDir}";
|
2024-02-09 08:53:11 +01:00
|
|
|
terminal = "alacritty";
|
2024-02-06 07:13:52 +01:00
|
|
|
|
|
|
|
# System Settings
|
2024-02-12 01:45:06 +01:00
|
|
|
clock24h = false;
|
2024-02-06 07:13:52 +01:00
|
|
|
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-10 17:46:32 +01:00
|
|
|
theKernel = "default"; # possible options: default, latest, lqx, xanmod, zen
|
2024-02-12 04:24:58 +01:00
|
|
|
impermanence = true;
|
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
|
|
|
|
2024-02-11 00:40:55 +01:00
|
|
|
# NTP & HWClock Settings
|
2024-02-06 08:27:12 +01:00
|
|
|
ntp = true;
|
2024-02-11 00:40:55 +01:00
|
|
|
localHWClock = false;
|
|
|
|
|
|
|
|
# Enable Printer & Scanner Support
|
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
|
|
|
}
|