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