Improve Flake Readability

This commit is contained in:
Tyler Kelley 2024-01-15 15:49:11 -06:00
parent a63a944cc6
commit 013caaf031

View File

@ -11,8 +11,9 @@
outputs = inputs@{ nixpkgs, home-manager, ... }:
let
# User Variables
system = "x86_64-linux";
# User Variables
hostname = "hyprnix";
username = "zaney";
gitUsername = "Tyler Kelley";
@ -20,6 +21,7 @@
theLocale = "en_US.UTF-8";
theTimezone = "America/Chicago";
theme = "tokyo-night-storm";
pkgs = import nixpkgs {
inherit system;
config = {