dwef
This commit is contained in:
parent
768196e2bb
commit
2936f9b197
29 changed files with 496 additions and 82 deletions
15
home-manager/features/retroarch.nix
Normal file
15
home-manager/features/retroarch.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = [
|
||||
(pkgs.retroarch.withCores (
|
||||
cores: with cores; [
|
||||
pcsx2
|
||||
ppsspp
|
||||
snes9x
|
||||
dolphin
|
||||
mupen64plus
|
||||
desmume
|
||||
vba-m
|
||||
]
|
||||
))
|
||||
];
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
../../features/kitty.nix
|
||||
../../features/vesktop
|
||||
../../features/retroarch.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; let
|
||||
|
@ -31,6 +32,8 @@
|
|||
senpai
|
||||
# master.pokemmo-installer
|
||||
jq
|
||||
plexamp
|
||||
plex-media-player
|
||||
];
|
||||
|
||||
programs.vscode = {
|
||||
|
|
17
home-manager/noe/hosts/streambox.nix
Normal file
17
home-manager/noe/hosts/streambox.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../common
|
||||
../common/home-user.nix
|
||||
|
||||
../../features/kitty.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
spotify
|
||||
vlc
|
||||
plexamp
|
||||
plex-media-player
|
||||
];
|
||||
|
||||
programs.kitty.settings.font_size = 12;
|
||||
}
|
30
home-manager/noe/hosts/unicorn.nix
Normal file
30
home-manager/noe/hosts/unicorn.nix
Normal file
|
@ -0,0 +1,30 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../common
|
||||
../common/home-user.nix
|
||||
|
||||
../../features/kitty.nix
|
||||
../../features/vesktop
|
||||
../../features/retroarch.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
spotify
|
||||
teamspeak_client
|
||||
vlc
|
||||
helvum
|
||||
tenacity
|
||||
gimp
|
||||
krita
|
||||
jq
|
||||
plexamp
|
||||
plex-media-player
|
||||
];
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode.fhs;
|
||||
};
|
||||
|
||||
programs.kitty.settings.font_size = 12;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue