Adds steam deck command to flake

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

View file

@ -30,3 +30,7 @@ mac-re:
mac-up:
darwin-rebuild switch --recreate-lock-file --flake . && brew upgrade && brew upgrade --cask --greedy
# dnsc-deck
deck-re:
nix run home-manager/master -- switch flake .#dnsc-deck

View file

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