Add a role for ship of harkinian (the pc port of Ocarina of Time).
This commit is contained in:
15
nix/steam_deck/configuration/hosts/deck/default.nix
Normal file
15
nix/steam_deck/configuration/hosts/deck/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ ];
|
||||
|
||||
config = {
|
||||
me.graphical = true;
|
||||
me.shipwright.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user