2023-09-04 11:40:30 -05:00
|
|
|
{
|
|
|
|
inputs = {
|
2023-10-18 09:14:19 -05:00
|
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
2023-11-07 17:09:05 -06:00
|
|
|
|
2023-10-03 14:50:00 -05:00
|
|
|
home-manager.url = "github:nix-community/home-manager/master";
|
2023-11-07 17:09:05 -06:00
|
|
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
2023-12-04 09:14:13 -06:00
|
|
|
helix.url = "github:helix-editor/helix/master";
|
2023-11-07 17:09:05 -06:00
|
|
|
helix.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
2023-09-05 15:49:05 -05:00
|
|
|
disko.url = "github:nix-community/disko/master";
|
2023-11-07 17:09:05 -06:00
|
|
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
2023-09-05 15:49:05 -05:00
|
|
|
sops-nix.url = "github:Mic92/sops-nix";
|
2023-11-07 17:09:05 -06:00
|
|
|
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
sops-nix.inputs.nixpkgs-stable.follows = "nixpkgs";
|
|
|
|
|
2023-10-03 17:09:12 -05:00
|
|
|
hardware.url = "github:nixos/nixos-hardware";
|
2023-11-07 17:09:05 -06:00
|
|
|
# hardware.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
2023-10-03 17:09:12 -05:00
|
|
|
hyprland.url = "github:hyprwm/Hyprland";
|
2023-11-07 17:09:05 -06:00
|
|
|
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
2023-10-03 11:52:44 -05:00
|
|
|
|
|
|
|
api-lyte-dev.url = "git+ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git";
|
2023-11-07 17:09:05 -06:00
|
|
|
api-lyte-dev.inputs.nixpkgs.follows = "nixpkgs";
|
2023-10-03 11:52:44 -05:00
|
|
|
|
2023-10-25 11:07:39 -05:00
|
|
|
ssbm.url = "github:lytedev/ssbm-nix/my-nixpkgs";
|
2023-11-07 17:09:05 -06:00
|
|
|
ssbm.inputs.nixpkgs.follows = "nixpkgs";
|
2023-10-04 12:39:01 -05:00
|
|
|
|
2024-01-04 17:20:02 -06:00
|
|
|
# TODO: doesn't support the forge mod loader yet
|
2023-11-02 13:14:43 -05:00
|
|
|
# nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
2023-09-04 11:40:30 -05:00
|
|
|
};
|
|
|
|
|
2023-10-03 11:52:44 -05:00
|
|
|
outputs = {
|
|
|
|
self,
|
2023-10-18 09:14:19 -05:00
|
|
|
nixpkgs,
|
2023-10-03 11:52:44 -05:00
|
|
|
home-manager,
|
|
|
|
...
|
|
|
|
} @ inputs: let
|
|
|
|
inherit (self) outputs;
|
|
|
|
|
2023-10-06 00:49:19 -05:00
|
|
|
systems = [
|
2023-10-03 11:52:44 -05:00
|
|
|
"aarch64-linux"
|
|
|
|
"aarch64-darwin"
|
|
|
|
"x86_64-darwin"
|
2024-02-02 13:54:20 -06:00
|
|
|
"x86_64-linux"
|
2023-10-03 11:52:44 -05:00
|
|
|
];
|
|
|
|
|
2023-10-18 09:14:19 -05:00
|
|
|
forAllSystems = nixpkgs.lib.genAttrs systems;
|
2024-01-04 14:45:10 -06:00
|
|
|
in {
|
|
|
|
colors = (import ./lib/colors.nix inputs).schemes.catppuccin-mocha-sapphire;
|
2023-10-05 13:43:28 -05:00
|
|
|
# colors = (import ./lib/colors.nix inputs).color-schemes.donokai;
|
2024-01-04 14:45:10 -06:00
|
|
|
|
2023-10-05 01:02:31 -05:00
|
|
|
font = {
|
|
|
|
name = "IosevkaLyteTerm";
|
|
|
|
size = 12;
|
|
|
|
};
|
2023-10-06 01:30:15 -05:00
|
|
|
|
2023-10-03 11:52:44 -05:00
|
|
|
# Your custom packages
|
|
|
|
# Acessible through 'nix build', 'nix shell', etc
|
2024-02-02 15:28:57 -06:00
|
|
|
packages = forAllSystems (system: import ./pkgs {pkgs = nixpkgs.legacyPackages.${system};});
|
2023-10-03 11:52:44 -05:00
|
|
|
|
|
|
|
# Formatter for your nix files, available through 'nix fmt'
|
|
|
|
# Other options beside 'alejandra' include 'nixpkgs-fmt'
|
2023-10-18 09:14:19 -05:00
|
|
|
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
|
2023-10-03 11:52:44 -05:00
|
|
|
|
|
|
|
# Your custom packages and modifications, exported as overlays
|
|
|
|
overlays = import ./overlays {inherit inputs;};
|
|
|
|
|
|
|
|
# Reusable nixos modules you might want to export
|
|
|
|
# These are usually stuff you would upstream into nixpkgs
|
|
|
|
nixosModules = import ./modules/nixos;
|
|
|
|
|
|
|
|
# Reusable home-manager modules you might want to export
|
|
|
|
# These are usually stuff you would upstream into home-manager
|
|
|
|
homeManagerModules = import ./modules/home-manager;
|
|
|
|
|
|
|
|
# NixOS configuration entrypoint
|
|
|
|
# Available through 'nixos-rebuild --flake .#your-hostname'
|
2024-01-04 17:20:02 -06:00
|
|
|
nixosConfigurations = builtins.mapAttrs (name: {
|
|
|
|
system,
|
|
|
|
modules,
|
|
|
|
...
|
|
|
|
}:
|
|
|
|
nixpkgs.lib.nixosSystem {
|
|
|
|
inherit system;
|
|
|
|
specialArgs = {
|
|
|
|
inherit inputs outputs system;
|
|
|
|
flake = self;
|
|
|
|
};
|
|
|
|
modules =
|
|
|
|
[
|
|
|
|
self.nixosModules.common
|
|
|
|
]
|
|
|
|
++ modules;
|
|
|
|
}) (import ./nixos);
|
2023-10-03 11:52:44 -05:00
|
|
|
|
|
|
|
# Standalone home-manager configuration entrypoint
|
|
|
|
# Available through 'home-manager --flake .#your-username@your-hostname'
|
2023-10-05 13:43:28 -05:00
|
|
|
homeConfigurations = {
|
2023-10-06 00:49:19 -05:00
|
|
|
# TODO: non-system-specific home configurations?
|
2024-01-19 09:40:57 -06:00
|
|
|
"deck" = let
|
|
|
|
system = "x86_64-linux";
|
|
|
|
in
|
|
|
|
home-manager.lib.homeManagerConfiguration {
|
|
|
|
pkgs = nixpkgs.legacyPackages.${system};
|
|
|
|
extraSpecialArgs = {
|
|
|
|
inherit inputs outputs system;
|
|
|
|
inherit (outputs) colors font;
|
|
|
|
};
|
|
|
|
modules = with outputs.homeManagerModules; [
|
|
|
|
common
|
|
|
|
{
|
|
|
|
home.homeDirectory = "/home/deck";
|
|
|
|
home.username = "deck";
|
|
|
|
home.stateVersion = "24.05";
|
|
|
|
}
|
|
|
|
linux
|
|
|
|
];
|
|
|
|
};
|
2024-02-06 15:37:49 -06:00
|
|
|
workm1 = let
|
2024-02-09 10:31:21 -06:00
|
|
|
system = "aarch64-darwin";
|
2024-02-06 15:37:49 -06:00
|
|
|
in
|
|
|
|
home-manager.lib.homeManagerConfiguration {
|
|
|
|
pkgs = nixpkgs.legacyPackages.${system};
|
|
|
|
extraSpecialArgs = {
|
|
|
|
inherit inputs outputs system;
|
|
|
|
inherit (outputs) colors font;
|
|
|
|
};
|
|
|
|
modules = with outputs.homeManagerModules; [
|
|
|
|
common
|
|
|
|
{
|
|
|
|
home.homeDirectory = "/Users/daniel.flanagan";
|
|
|
|
home.username = "daniel.flanagan";
|
|
|
|
home.stateVersion = "24.05";
|
|
|
|
}
|
|
|
|
macos
|
|
|
|
];
|
|
|
|
};
|
2023-10-03 11:52:44 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
# Disk partition schemes and functions
|
2023-10-03 12:13:30 -05:00
|
|
|
diskoConfigurations = import ./disko;
|
2023-10-08 02:59:34 -05:00
|
|
|
|
2023-12-19 10:27:11 -06:00
|
|
|
# Flake templates for easily setting up Nix in a project using common patterns I like
|
|
|
|
templates = import ./templates/all.nix;
|
2024-01-04 14:45:10 -06:00
|
|
|
|
|
|
|
# TODO: nix-on-droid for phone terminal usage?
|
|
|
|
# TODO: nix-darwin for work?
|
|
|
|
# TODO: nixos ISO?
|
2023-12-19 10:27:11 -06:00
|
|
|
};
|
2023-12-19 10:24:07 -06:00
|
|
|
|
2023-10-08 02:59:34 -05:00
|
|
|
nixConfig = {
|
|
|
|
extra-experimental-features = ["nix-command" "flakes"];
|
|
|
|
|
|
|
|
extra-substituters = [
|
|
|
|
"https://cache.nixos.org/"
|
|
|
|
"https://helix.cachix.org"
|
|
|
|
"https://nix-community.cachix.org"
|
|
|
|
"https://nix.h.lyte.dev"
|
|
|
|
];
|
|
|
|
|
|
|
|
extra-trusted-public-keys = [
|
|
|
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
|
|
|
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
|
|
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
|
|
|
"h.lyte.dev:HeVWtne31ZG8iMf+c15VY3/Mky/4ufXlfTpT8+4Xbs0="
|
|
|
|
];
|
|
|
|
};
|
2023-09-04 11:40:30 -05:00
|
|
|
}
|