updates steam deck flake

This commit is contained in:
Dennis Schoepf 2025-05-06 22:45:00 +02:00
parent a5855b0eaf
commit b21ff0c1f0
2 changed files with 2 additions and 1 deletions

View file

@ -45,6 +45,7 @@
};
homeConfigurations."dnsc-deck" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages;
specialArgs = {inherit inputs outputs;};
modules = [ ./home/deck.nix ];
};