added metadata to flake, fixed darwin ghostty issue
not really, ghostty is broken on darwin systems
This commit is contained in:
@@ -29,6 +29,8 @@
|
|||||||
inherit userName userEmail ghostty;
|
inherit userName userEmail ghostty;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
meta = import ./meta;
|
||||||
|
|
||||||
# Primary laptop - MacBook Pro (2023, M3)
|
# Primary laptop - MacBook Pro (2023, M3)
|
||||||
darwinConfigurations."sephiroth" = darwin.lib.darwinSystem {
|
darwinConfigurations."sephiroth" = darwin.lib.darwinSystem {
|
||||||
system = "aarch64-darwin";
|
system = "aarch64-darwin";
|
||||||
|
@@ -107,5 +107,5 @@
|
|||||||
home.packages = if pkgs.stdenv.isLinux then
|
home.packages = if pkgs.stdenv.isLinux then
|
||||||
[ ghostty.packages.${pkgs.system}.default ]
|
[ ghostty.packages.${pkgs.system}.default ]
|
||||||
else
|
else
|
||||||
[ pkgs.ghostty ];
|
[ ];
|
||||||
}
|
}
|
||||||
|
11
meta/README.md
Normal file
11
meta/README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Metadata
|
||||||
|
|
||||||
|
Developed and designed by Wyatt J. Miller, 2025
|
||||||
|
|
||||||
|
Licensed by the Mozilla Public License v2
|
||||||
|
|
||||||
|
_"That's so meta!"_
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
This is just metadata about the configuration and the repository. This might interest contributors but the average Joe probably won't find a use for this.
|
3
meta/default.nix
Normal file
3
meta/default.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{ lib, ... }: with lib; {
|
||||||
|
maintainers = import ./maintainers.nix;
|
||||||
|
}
|
Reference in New Issue
Block a user