non important commit

This commit is contained in:
maxstrb 2026-02-23 14:27:37 +01:00
parent e571e03cf4
commit fa327f9141
5 changed files with 13 additions and 2 deletions

View file

@ -29,6 +29,10 @@
url = "github:ThatOtherAndrew/Hexecute";
inputs.nixpkgs.follows = "nixpkgs";
};
floatc = {
url = "https://git.stribrny.org/max_ag/floating-calculator";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {nixpkgs, ...} @ inputs: let
@ -50,7 +54,9 @@
home-manager = {
useUserPackages = true;
useGlobalPkgs = true;
extraSpecialArgs = {inherit inputs device-name;};
extraSpecialArgs = {
inherit inputs device-name;
};
backupFileExtension = null;
users.maxag = ./home/${device-name}/home.nix;
sharedModules = [