Adds steam deck command to flake
This commit is contained in:
parent
b21ff0c1f0
commit
a7d94a19ea
2 changed files with 5 additions and 1 deletions
4
Justfile
4
Justfile
|
|
@ -30,3 +30,7 @@ mac-re:
|
||||||
|
|
||||||
mac-up:
|
mac-up:
|
||||||
darwin-rebuild switch --recreate-lock-file --flake . && brew upgrade && brew upgrade --cask --greedy
|
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
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations."dnsc-deck" = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."dnsc-deck" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
specialArgs = {inherit inputs outputs;};
|
specialArgs = {inherit inputs outputs;};
|
||||||
modules = [ ./home/deck.nix ];
|
modules = [ ./home/deck.nix ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue