mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-23 20:10:51 +01:00
Improve Flake Readability
This commit is contained in:
parent
a63a944cc6
commit
013caaf031
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user