# PLEASE READ THE WIKI FOR DETERMINING # VALUES FOR THIS PAGE. # https://gitlab.com/Zaney/zaneyos/-/wikis/Setting-Options let username = "zaney"; hostname = "hyprnix"; # This is for running NixOS # On a tmpfs or root on RAM # You Most Like Want This -> false userHome = "/home/${username}"; flakeDir = "${userHome}/zaneyos"; in { # User Variables username = "${username}"; hostname = "${hostname}"; gitUsername = "Tyler Kelley"; gitEmail = "tylerzanekelley@gmail.com"; theme = "gigavolt"; slickbar = true; simplebar = false; # DO NOT ENABLE! borderAnim = true; browser = "firefox"; wallpaperGit = "https://gitlab.com/Zaney/my-wallpapers.git"; # This will give you my wallpapers # ^ (use as is or replace with your own repo - removing will break the wallsetter script) wallpaperDir = "${userHome}/Pictures/Wallpapers"; screenshotDir = "${userHome}/Pictures/Screenshots"; flakeDir = "${flakeDir}"; terminal = "alacritty"; # System Settings clock24h = false; theLocale = "en_US.UTF-8"; theKBDLayout = "us"; theSecondKBDLayout = "de"; theKBDVariant = ""; theLCVariables = "en_US.UTF-8"; theTimezone = "America/Chicago"; theShell = "bash"; # Possible options: bash, zsh theKernel = "default"; # Possible options: default, latest, lqx, xanmod, zen impermanence = true; # This should be set to false unless you know what your doing! sdl-videodriver = "x11"; # Either x11 or wayland ONLY. Games might require x11 set here # For Hybrid Systems intel-nvidia # Should Be Used As gpuType cpuType = "intel"; gpuType = "amd"; # Nvidia Hybrid Devices # ONLY NEEDED FOR HYBRID # SYSTEMS! intel-bus-id = "PCI:0:2:0"; nvidia-bus-id = "PCI:14:0:0"; # Enable / Setup NFS nfs = false; nfsMountPoint = "/mnt/nas"; nfsDevice = "nas:/volume1/nas"; # NTP & HWClock Settings ntp = true; localHWClock = false; # Enable Printer & Scanner Support printer = false; # Enable Flatpak & Larger Programs flatpak = false; kdenlive = true; blender = true; # Enable Support For # Logitech Devices logitech = true; # Enable Terminals # If You Disable All You Get Kitty wezterm = false; alacritty = true; kitty = false; # Enable Python & PyCharm python = false; }