toggle physics

This commit is contained in:
martyTF 2025-12-18 11:47:21 +01:00
parent 44a2f3ee01
commit e13ad6a8ee
13 changed files with 79 additions and 112 deletions

View file

@ -31,9 +31,8 @@
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./marty-pc.nix
./hosts/marty-pc.nix
./configuration.nix
./user/marty.nix
home-manager.nixosModules.home-manager
];
};
@ -41,9 +40,8 @@
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./marty-server.nix
./hosts/marty-server.nix
./configuration.nix
./user/marty.nix
home-manager.nixosModules.home-manager
];
@ -52,9 +50,8 @@
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./marty-latitude.nix
./hosts/marty-latitude.nix
./configuration.nix
./user/marty.nix
home-manager.nixosModules.home-manager
];
};