feat: add formatter
This commit is contained in:
parent
d036cf224a
commit
cf005ff872
269 changed files with 369 additions and 226 deletions
1
system/dev/dn-pre7780/games/default.nix
Normal file → Executable file
1
system/dev/dn-pre7780/games/default.nix
Normal file → Executable file
|
|
@ -3,5 +3,6 @@
|
|||
../../../modules/gaming.nix
|
||||
./shadps4.nix
|
||||
./minecraft.nix
|
||||
./heroic.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
10
system/dev/dn-pre7780/games/heroic.nix
Executable file
10
system/dev/dn-pre7780/games/heroic.nix
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
heroic
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
0
system/dev/dn-pre7780/games/minecraft.nix
Normal file → Executable file
0
system/dev/dn-pre7780/games/minecraft.nix
Normal file → Executable file
0
system/dev/dn-pre7780/games/shadps4.nix
Normal file → Executable file
0
system/dev/dn-pre7780/games/shadps4.nix
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue