mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 16:33:55 -05:00
Aly Raffauf
b1a2051921
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
* flake.lock: Update Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/486250f404f4a4f4f33f8f669d83ca5f6e6b7dfc?narHash=sha256-cZ0QMpv5p2a6WEE%2Bo9uu0a4ma6RzQDOQTbm7PbixWz8%3D' (2024-11-10) → 'github:nix-community/disko/5fd852c4155a689098095406500d0ae3d04654a8?narHash=sha256-c9I3i1CwZ10SoM5npQQVnfwgvB86jAS3lT4ZqkRoSOI%3D' (2024-11-14) • Updated input 'home-manager': 'github:nix-community/home-manager/60bb110917844d354f3c18e05450606a435d2d10?narHash=sha256-NjavpgE9/bMe/ABvZpyHIUeYF1mqR5lhaep3wB79ucs%3D' (2024-11-10) → 'github:nix-community/home-manager/35b055009afd0107b69c286fca34d2ad98940d57?narHash=sha256-2EckCJn4wxran/TsRiCOFcmVpep2m9EBKl99NBh2GnM%3D' (2024-11-13) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/e9adb42d82ec425ff6218b6e45feb6a1a8eaddb0?narHash=sha256-O2piDr6aQmJd7USZkehOKTZale6jlG%2BDkoxEVRiu8Iw%3D' (2024-11-12) → 'github:fufexan/nix-gaming/5b3cac90d7c3ceddbe6f2cfc5c6d0b66780d2ea3?narHash=sha256-wKfZUafXB/Wc%2Bf9JlDyAY20OFDUd4CZ3LF4Li%2BPpAX0%3D' (2024-11-14) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/76612b17c0ce71689921ca12d9ffdc9c23ce40b2?narHash=sha256-IigrKK3vYRpUu%2BHEjPL/phrfh7Ox881er1UEsZvw9Q4%3D' (2024-11-09) → 'github:nixos/nixpkgs/dc460ec76cbff0e66e269457d7b728432263166c?narHash=sha256-PbABj4tnbWFMfBp6OcUK5iGy1QY%2B/Z96ZcLpooIbuEI%3D' (2024-11-11) • Updated input 'nur': 'github:nix-community/NUR/4b0e599bebf4bdf6725cdf8036a335096bf13097?narHash=sha256-gFzX%2Be1ATJmhjOMvbBmqf1v4WgMz770dZhtGN4dZtng%3D' (2024-11-13) → 'github:nix-community/NUR/0b52d5e4307c0b9bed8c438a2a0300356cede857?narHash=sha256-xZrqREw7Fc%2BlgIMcMvyKiepSPBBy%2BHkopHvrkL1H/DI%3D' (2024-11-14) • Updated input 'stylix': 'github:danth/stylix/6863412636c8f2cb3b7360f747fbd020fbfddf68?narHash=sha256-ti3gXhgVpIUL/7w6zDJuH%2BhOnyTZqxrIX/yYqALmiEI%3D' (2024-11-08) → 'github:danth/stylix/e0a278871b63b1800ccdda568861b5324dd93797?narHash=sha256-ohxX2gG7zDWIA3slEbiSyAVSiO98clCoL%2BCmiEiYwVU%3D' (2024-11-14) * hpylrand: migrate settings to 0.45 * flake: lock stylix to rev with hyprland 0.45 fixes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
213 lines
6 KiB
Nix
213 lines
6 KiB
Nix
{
|
|
description = "Aly's NixOS flake.";
|
|
|
|
inputs = {
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
|
|
|
agenix = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:ryantm/agenix";
|
|
};
|
|
|
|
disko = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:nix-community/disko";
|
|
};
|
|
|
|
home-manager = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:nix-community/home-manager/master";
|
|
};
|
|
|
|
iio-hyprland = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:JeanSchoeller/iio-hyprland";
|
|
};
|
|
|
|
jovian = {
|
|
url = "github:Jovian-Experiments/Jovian-NixOS";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
lanzaboote = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:nix-community/lanzaboote/v0.4.1";
|
|
};
|
|
|
|
nix-gaming = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:fufexan/nix-gaming";
|
|
};
|
|
|
|
nur.url = "github:nix-community/NUR";
|
|
|
|
stylix = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:danth/stylix?rev=762c07ee10b381bc8e085be5b6c2ec43139f13b0";
|
|
};
|
|
|
|
wallpapers = {
|
|
url = "github:alyraffauf/wallpapers";
|
|
flake = false; # This is important to specify that it's a non-flake
|
|
};
|
|
};
|
|
|
|
nixConfig = {
|
|
accept-flake-config = true;
|
|
|
|
extra-substituters = [
|
|
"https://alyraffauf.cachix.org"
|
|
"https://jovian-nixos.cachix.org"
|
|
"https://nix-community.cachix.org"
|
|
"https://nix-gaming.cachix.org"
|
|
];
|
|
|
|
extra-trusted-public-keys = [
|
|
"alyraffauf.cachix.org-1:GQVrRGfjTtkPGS8M6y7Ik0z4zLt77O0N25ynv2gWzDM="
|
|
"jovian-nixos.cachix.org-1:mAWLjAxLNlfxAnozUjOqGj4AxQwCl7MXwOfu7msVlAo="
|
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
|
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
|
|
];
|
|
};
|
|
|
|
outputs = {self, ...}: let
|
|
allLinuxSystems = [
|
|
"aarch64-linux"
|
|
"x86_64-linux"
|
|
];
|
|
|
|
allMacSystems = [
|
|
"aarch64-darwin"
|
|
"x86_64-darwin"
|
|
];
|
|
|
|
allSystems = allLinuxSystems ++ allMacSystems;
|
|
|
|
forAllLinuxSystems = f:
|
|
self.inputs.nixpkgs.lib.genAttrs allLinuxSystems (system:
|
|
f {
|
|
pkgs = import self.inputs.nixpkgs {inherit system;};
|
|
});
|
|
|
|
forAllSystems = f:
|
|
self.inputs.nixpkgs.lib.genAttrs allSystems (system:
|
|
f {
|
|
pkgs = import self.inputs.nixpkgs {inherit system;};
|
|
});
|
|
|
|
forAllHosts = self.inputs.nixpkgs.lib.genAttrs [
|
|
"fallarbor"
|
|
"lavaridge"
|
|
"mauville"
|
|
"pacifidlog"
|
|
"rustboro"
|
|
"slateport"
|
|
];
|
|
in {
|
|
devShells = forAllLinuxSystems ({pkgs}: {
|
|
default = pkgs.mkShell {
|
|
packages =
|
|
(with pkgs; [
|
|
e2fsprogs
|
|
git
|
|
mdformat
|
|
nh
|
|
nix-update
|
|
ruby
|
|
sbctl
|
|
])
|
|
++ [
|
|
self.formatter.${pkgs.system}
|
|
self.inputs.agenix.packages.${pkgs.system}.default
|
|
self.packages.${pkgs.system}.default
|
|
];
|
|
|
|
shellHook = ''
|
|
export FLAKE="."
|
|
'';
|
|
};
|
|
});
|
|
|
|
formatter = forAllSystems ({pkgs}: pkgs.alejandra);
|
|
|
|
homeManagerModules = {
|
|
default = import ./homeManagerModules self;
|
|
aly = import ./homes/aly self;
|
|
dustin = import ./homes/dustin self;
|
|
};
|
|
|
|
nixosModules = {
|
|
common-auto-upgrade = import ./common/autoUpgrade.nix;
|
|
common-base = import ./common/base.nix;
|
|
common-locale = import ./common/locale.nix;
|
|
common-mauville-share = import ./common/samba.nix;
|
|
common-nix = import ./common/nix.nix;
|
|
common-pkgs = import ./common/pkgs.nix;
|
|
common-tailscale = import ./common/tailscale.nix;
|
|
common-wifi-profiles = import ./common/wifi.nix;
|
|
|
|
hw-common = import ./hwModules/common;
|
|
hw-common-amd-cpu = import ./hwModules/common/gpu/amd;
|
|
hw-common-amd-gpu = import ./hwModules/common/cpu/amd;
|
|
hw-common-bluetooth = import ./hwModules/common/bluetooth;
|
|
hw-common-gaming = import ./hwModules/common/gaming;
|
|
hw-common-intel-cpu = import ./hwModules/common/cpu/intel;
|
|
hw-common-intel-gpu = import ./hwModules/common/gpu/intel;
|
|
hw-common-laptop = import ./hwModules/common/laptop;
|
|
hw-common-laptop-intel-cpu = import ./hwModules/common/laptop/intel-cpu.nix;
|
|
hw-common-ssd = import ./hwModules/common/ssd;
|
|
hw-framework-13-amd-7000 = import ./hwModules/framework/13/amd-7000;
|
|
hw-framework-13-intel-11th = import ./hwModules/framework/13/intel-11th;
|
|
hw-lenovo-legion-go = import ./hwModules/lenovo/legion/go;
|
|
hw-thinkpad-t440p = import ./hwModules/thinkpad/t440p;
|
|
|
|
nixos = import ./nixosModules self;
|
|
users = import ./userModules self;
|
|
};
|
|
|
|
nixosConfigurations = forAllHosts (
|
|
host:
|
|
self.inputs.nixpkgs.lib.nixosSystem {
|
|
specialArgs = {inherit self;};
|
|
modules = [
|
|
./hosts/${host}
|
|
self.inputs.agenix.nixosModules.default
|
|
self.inputs.disko.nixosModules.disko
|
|
self.inputs.home-manager.nixosModules.home-manager
|
|
self.inputs.lanzaboote.nixosModules.lanzaboote
|
|
self.inputs.stylix.nixosModules.stylix
|
|
self.nixosModules.nixos
|
|
self.nixosModules.users
|
|
{
|
|
home-manager = {
|
|
backupFileExtension = "backup";
|
|
extraSpecialArgs = {inherit self;};
|
|
useGlobalPkgs = true;
|
|
useUserPackages = true;
|
|
};
|
|
}
|
|
];
|
|
}
|
|
);
|
|
|
|
overlays = {
|
|
tablet = import ./overlays/tablet.nix;
|
|
default = import ./overlays/default.nix {inherit self;};
|
|
};
|
|
|
|
packages = forAllLinuxSystems ({pkgs}: rec {
|
|
default = clean-install;
|
|
|
|
adjustor = pkgs.callPackage ./pkgs/adjustor.nix {};
|
|
|
|
clean-install = pkgs.writeShellApplication {
|
|
name = "clean-install";
|
|
text = ./flake/clean-install.sh;
|
|
};
|
|
|
|
hhd-ui = pkgs.callPackage ./pkgs/hhd-ui.nix {};
|
|
rofi-bluetooth = pkgs.callPackage ./pkgs/rofi-bluetooth.nix {};
|
|
});
|
|
};
|
|
}
|