trele morele

This commit is contained in:
2026-02-26 13:52:30 +01:00
parent dc8a82364b
commit 325cc17e1b
2 changed files with 23 additions and 2 deletions

View File

@@ -49,11 +49,16 @@
obsidian = "Dokumenty/obsidian";
};
};
system = "x86_64-linux";
in
{
homeConfigurations = {
"arch" = home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs { system = "x86_64-linux"; };
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
extraSpecialArgs = {
inherit
inputs
@@ -69,7 +74,10 @@
};
"nixos" = home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs { system = "x86_64-linux"; };
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
extraSpecialArgs = {
inherit
inputs