some reorganizing
This commit is contained in:
parent
df9e8ae8bf
commit
113e015135
182 changed files with 443 additions and 449 deletions
8
home/profiles/programs/games/default.nix
Normal file
8
home/profiles/programs/games/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
home.packages = [self.packages.${pkgs.system}.gamesand];
|
||||
programs.mangohud.enable = true;
|
||||
}
|
||||
3
home/profiles/programs/games/heroic.nix
Normal file
3
home/profiles/programs/games/heroic.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [heroic];
|
||||
}
|
||||
9
home/profiles/programs/games/krunker.nix
Normal file
9
home/profiles/programs/games/krunker.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
self,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
self.packages.${pkgs.system}.krunker
|
||||
];
|
||||
}
|
||||
3
home/profiles/programs/games/lutris.nix
Normal file
3
home/profiles/programs/games/lutris.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [lutris];
|
||||
}
|
||||
3
home/profiles/programs/games/minecraft.nix
Normal file
3
home/profiles/programs/games/minecraft.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [prismlauncher];
|
||||
}
|
||||
10
home/profiles/programs/games/roblox.nix
Normal file
10
home/profiles/programs/games/roblox.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# i have sober installed imperatively through flatpak
|
||||
home.packages = [
|
||||
inputs.sobercookie.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue