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