1
Fork 0
satellite/flake.nix

281 lines
9.1 KiB
Nix
Raw Normal View History

2021-11-21 14:33:20 +01:00
{
2022-12-28 13:27:18 +01:00
description = "Satellite";
2021-11-21 14:52:49 +01:00
2023-05-28 02:00:10 +02:00
# {{{ Inputs
2021-11-21 14:52:49 +01:00
inputs = {
2023-12-10 23:48:46 +01:00
# {{{ Nixpkgs instances
2023-12-10 12:55:54 +01:00
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
2023-12-10 23:48:46 +01:00
# }}}
# {{{ Additional package repositories
nur.url = "github:nix-community/NUR";
2021-11-21 14:52:49 +01:00
2023-12-10 23:48:46 +01:00
hyprland-contrib.url = "github:hyprwm/contrib";
hyprland-contrib.inputs.nixpkgs.follows = "nixpkgs";
2023-06-15 20:08:20 +02:00
2023-12-10 23:48:46 +01:00
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# Contains a bunch of wayland stuff not on nixpkgs
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
nixpkgs-wayland.inputs.nixpkgs.follows = "nixpkgs";
# Firefox addons
firefox-addons.url = "git+https://gitlab.com/rycee/nur-expressions?dir=pkgs/firefox-addons";
firefox-addons.inputs.nixpkgs.follows = "nixpkgs";
2023-12-10 23:48:46 +01:00
# }}}
# {{{ Nix-related tooling
# {{{ Secret management
2023-01-10 02:38:06 +01:00
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
2023-01-11 10:19:49 +01:00
homeage.url = "github:jordanisaacs/homeage";
homeage.inputs.nixpkgs.follows = "nixpkgs";
2023-12-10 23:48:46 +01:00
# }}}
# {{{ Storage
2023-01-10 02:38:06 +01:00
impermanence.url = "github:nix-community/impermanence";
2023-12-10 23:48:46 +01:00
# Declarative partitioning
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
# }}}
2023-05-24 03:17:09 +02:00
2023-12-10 23:48:46 +01:00
home-manager.url = "github:nix-community/home-manager/release-23.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
2023-05-31 04:53:44 +02:00
2023-12-10 23:48:46 +01:00
nix-index-database.url = "github:Mic92/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
2023-06-15 20:08:20 +02:00
2023-12-21 16:21:14 +01:00
korora.url = "github:adisbladis/korora";
2023-06-15 20:08:20 +02:00
# Nix language server
# [the docs](https://github.com/nix-community/nixd/blob/main/docs/user-guide.md#installation)
# tell me not to override the nixpkgs input.
nixd.url = "github:nix-community/nixd";
2023-12-10 23:48:46 +01:00
# }}}
# {{{ Standalone software
# {{{ Nightly versions of things
hyprland.url = "github:hyprwm/Hyprland";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
2023-12-10 12:55:54 +01:00
# https://github.com/happenslol/wezterm/blob/add-nix-flake/nix/flake.nix
wezterm.url = "github:happenslol/wezterm/add-nix-flake?dir=nix";
wezterm.inputs.nixpkgs.follows = "nixpkgs";
2023-12-10 23:48:46 +01:00
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
neovim-nightly-overlay.inputs.nixpkgs.follows = "nixpkgs";
# }}}
2023-09-04 04:58:39 +02:00
# {{{ Self management
# Smos
smos.url = "github:NorfairKing/smos";
# REASON: smos fails to build this way
# smos.inputs.nixpkgs.follows = "nixpkgs";
2023-09-04 04:58:39 +02:00
# smos.inputs.home-manager.follows = "home-manager";
# Intray
intray.url = "github:NorfairKing/intray";
# intray.inputs.nixpkgs.follows = "nixpkgs";
# intray.inputs.home-manager.follows = "home-manager";
# Tickler
tickler.url = "github:NorfairKing/tickler";
tickler.inputs.nixpkgs.follows = "nixpkgs";
tickler.inputs.intray.follows = "intray";
# }}}
2023-12-10 23:48:46 +01:00
# {{{ Anyrun
anyrun.url = "github:Kirottu/anyrun";
anyrun.inputs.nixpkgs.follows = "nixpkgs";
anyrun-nixos-options.url = "github:n3oney/anyrun-nixos-options";
anyrun-nixos-options.inputs.nixpkgs.follows = "nixpkgs";
# }}}
matui.url = "github:pkulak/matui";
matui.inputs.nixpkgs.follows = "nixpkgs";
# Spotify client with theming support
spicetify-nix.url = "github:the-argus/spicetify-nix";
spicetify-nix.inputs.nixpkgs.follows = "nixpkgs";
# Keyboard configuration (to be replaced by kanata at some point)
slambda.url = "github:Mateiadrielrafael/slambda";
slambda.inputs.nixpkgs.follows = "nixpkgs";
# }}}
# {{{ Theming
# Grub2 themes
grub2-themes.url = "github:vinceliuice/grub2-themes";
grub2-themes.inputs.nixpkgs.follows = "nixpkgs";
# Stylix
stylix.url = "github:danth/stylix";
stylix.inputs.nixpkgs.follows = "nixpkgs";
stylix.inputs.home-manager.follows = "home-manager";
# Catpuccin base16 color schemes
catppuccin-base16.url = "github:catppuccin/base16";
catppuccin-base16.flake = false;
# Rosepine base16 color schemes
rosepine-base16.url = "github:edunfelt/base16-rose-pine-scheme";
rosepine-base16.flake = false;
# }}}
2022-12-28 13:27:18 +01:00
};
2023-05-28 02:00:10 +02:00
# }}}
2022-12-28 13:27:18 +01:00
outputs = { self, nixpkgs, home-manager, ... }@inputs:
let
2023-05-28 02:00:10 +02:00
# {{{ Common helpers
2022-12-28 13:27:18 +01:00
inherit (self) outputs;
forAllSystems = nixpkgs.lib.genAttrs [
2023-08-13 04:15:32 +02:00
# "aarch64-linux" TODO: purescript doesn't work on this one
2022-12-28 13:27:18 +01:00
"x86_64-linux"
"aarch64-darwin"
"x86_64-darwin"
];
2023-01-10 02:38:06 +01:00
specialArgs = system: {
2023-01-10 02:38:06 +01:00
inherit inputs outputs;
2023-12-10 12:55:54 +01:00
spkgs = inputs.nixpkgs-stable.legacyPackages.${system};
upkgs = inputs.nixpkgs-unstable.legacyPackages.${system};
2023-01-10 02:38:06 +01:00
};
2023-05-28 02:00:10 +02:00
# }}}
2022-12-28 13:27:18 +01:00
in
{
2023-05-28 02:00:10 +02:00
# {{{ Packages
2022-12-28 13:27:18 +01:00
# Acessible through 'nix build', 'nix shell', etc
packages = forAllSystems (system:
let pkgs = nixpkgs.legacyPackages.${system};
2023-12-10 23:48:46 +01:00
in import ./pkgs { inherit pkgs; }
2022-12-28 13:27:18 +01:00
);
2023-05-28 02:00:10 +02:00
# }}}
# {{{ Bootstrapping and other pinned devshells
2022-12-28 13:27:18 +01:00
# Acessible through 'nix develop'
2023-04-14 17:12:35 +02:00
devShells = forAllSystems
(system:
let
pkgs = nixpkgs.legacyPackages.${system};
args = { inherit pkgs; } // specialArgs system;
2023-04-14 17:12:35 +02:00
in
2023-12-10 23:53:19 +01:00
import ./devshells args);
2023-05-28 02:00:10 +02:00
# }}}
# {{{ Overlays and modules
2022-12-28 13:27:18 +01:00
# Custom packages and modifications, exported as overlays
overlays = import ./overlays;
2022-03-09 20:36:48 +01:00
2022-12-28 13:27:18 +01:00
# Reusable nixos modules
nixosModules = import ./modules/nixos // import ./modules/common;
2021-11-21 14:52:49 +01:00
2022-12-28 13:27:18 +01:00
# Reusable home-manager modules
homeManagerModules = import ./modules/home-manager // import ./modules/common;
2023-05-28 02:00:10 +02:00
# }}}
# {{{ Nixos
2022-12-28 13:27:18 +01:00
# NixOS configuration entrypoint
# Available through 'nixos-rebuild --flake .#...
2023-05-28 02:00:10 +02:00
nixosConfigurations =
2023-08-13 04:15:32 +02:00
let nixos = { system, hostname, user }: nixpkgs.lib.nixosSystem {
2023-08-19 21:13:34 +02:00
inherit system;
2023-08-13 04:15:32 +02:00
specialArgs = specialArgs system;
modules = [
home-manager.nixosModules.home-manager
{
home-manager.users.${user} = import ./home/${hostname}.nix;
home-manager.extraSpecialArgs = specialArgs system;
home-manager.useUserPackages = true;
2023-08-19 21:13:34 +02:00
2023-08-13 04:15:32 +02:00
stylix.homeManagerIntegration.followSystem = false;
stylix.homeManagerIntegration.autoImport = false;
}
./hosts/nixos/${hostname}
];
};
2023-05-28 02:00:10 +02:00
in
{
tethys = nixos {
system = "x86_64-linux";
hostname = "tethys";
2023-05-28 05:24:36 +02:00
user = "adrielus";
2023-05-28 02:00:10 +02:00
};
2023-05-28 05:24:36 +02:00
2023-07-17 18:40:39 +02:00
lapetus = nixos {
system = "x86_64-linux";
hostname = "lapetus";
user = "adrielus";
};
2023-08-13 04:15:32 +02:00
# Disabled because `flake check` complains about filesystems and bootloader
# options not being set. This is not an issue in practice, as this config is
# supposed to be used inside a VM, but there's not much I can do about it.
# euporie = nixos {
# system = "x86_64-linux";
# hostname = "euporie";
# user = "guest";
# };
2023-05-28 02:00:10 +02:00
};
# }}}
# {{{ Home manager
2022-12-28 13:27:18 +01:00
# Standalone home-manager configuration entrypoint
# Available through 'home-manager --flake .#...
2023-05-28 02:00:10 +02:00
homeConfigurations =
let
mkHomeConfig = { system, hostname }:
home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system};
extraSpecialArgs = specialArgs system;
2023-12-04 09:06:02 +01:00
modules = [ ./home/${hostname}.nix ];
2023-05-28 02:00:10 +02:00
};
in
{
2023-12-10 12:55:54 +01:00
nixd = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."x86_64-linux";
modules = [
({ lib, config, ... }: {
home = {
username = "adrielus";
homeDirectory = "/home/${config.home.username}";
stateVersion = "23.05";
};
})
];
};
2023-05-28 02:00:10 +02:00
"adrielus@tethys" = mkHomeConfig {
system = "x86_64-linux";
hostname = "tethys";
};
2023-05-28 02:00:10 +02:00
"guest@euporie" = mkHomeConfig {
system = "x86_64-linux";
hostname = "euporie";
};
2023-07-17 18:40:39 +02:00
"adrielus@lapetus" = mkHomeConfig {
system = "x86_64-linux";
hostname = "lapetus";
};
2023-05-28 02:00:10 +02:00
};
# }}}
2021-11-21 14:33:20 +01:00
};
# {{{ Caching and whatnot
2023-05-31 05:08:36 +02:00
# TODO: persist trusted substituters file
nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org" # I think I need this for neovim-nightly?
2023-05-31 04:53:44 +02:00
"https://nixpkgs-wayland.cachix.org"
"https://anyrun.cachix.org"
2023-09-04 04:58:39 +02:00
"https://smos.cachix.org"
"https://intray.cachix.org"
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
2023-05-31 04:53:44 +02:00
"nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA="
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
2023-09-04 04:58:39 +02:00
"smos.cachix.org-1:YOs/tLEliRoyhx7PnNw36cw2Zvbw5R0ASZaUlpUv+yM="
"intray.cachix.org-1:qD7I/NQLia2iy6cbzZvFuvn09iuL4AkTmHvjxrQlccQ="
];
};
# }}}
2021-11-21 14:33:20 +01:00
}