Merge remote-tracking branch 'origin/main' into thinkpad

This commit is contained in:
2025-02-11 17:44:03 +01:00
11 changed files with 22 additions and 10 deletions

View File

@ -37,7 +37,6 @@
}:
let
system = "x86_64-linux";
hostname = "thinkpad";
inherit (self) outputs;
common = import ./common.nix;
in
@ -47,7 +46,7 @@
# Adds the nix fmt command to format nix files
formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style;
nixosConfigurations.${hostname} = nixpkgs.lib.nixosSystem {
nixosConfigurations.${common.hostname} = nixpkgs.lib.nixosSystem {
system = system;
specialArgs = { inherit outputs inputs; }; # Pass args to modules
modules = [