WIP: Steam deck config

This commit is contained in:
Dennis Schoepf 2025-05-04 16:21:52 +02:00
parent 06d2d535e0
commit 074bccdb21
2 changed files with 53 additions and 0 deletions

View file

@ -42,5 +42,11 @@
specialArgs = {inherit inputs outputs;};
modules = [./hosts/dnsc-air];
};
homeConfigurations."dnsc-deck" = home-manager.lib.homeManagerConfiguration {
specialArgs = {inherit inputs outputs;};
modules = [ ./home/deck.nix ];
};
};
};
}