nix/lib/constants.nix

22 lines
529 B
Nix
Raw Normal View History

2025-02-14 13:31:18 -06:00
{ nixpkgs, ... }:
{
2025-02-14 10:22:56 -06:00
style = {
2025-02-14 15:40:53 -06:00
colors = (import ./colors.nix { inherit (nixpkgs) lib; }).schemes.catppuccin-mocha-sapphire;
2025-02-14 10:22:56 -06:00
font = {
name = "IosevkaLyteTerm";
size = 12;
};
};
/*
2025-02-14 13:31:18 -06:00
moduleArgs = {
# inherit style;
inherit helix slippi hyprland hardware disko home-manager;
inherit (outputs) nixosModules homeManagerModules diskoConfigurations overlays;
};
2025-02-14 10:22:56 -06:00
*/
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAPLXOjupz3ScYjgrF+ehrbp9OvGAWQLI6fplX6w9Ijb daniel@lyte.dev";
}