retrobox
This commit is contained in:
parent
c5284f1992
commit
dc17868235
8 changed files with 127 additions and 9 deletions
15
home-manager/noe/hosts/retrobox.nix
Normal file
15
home-manager/noe/hosts/retrobox.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../common
|
||||
../common/home-user.nix
|
||||
|
||||
../../features/kitty.nix
|
||||
../../features/retroarch.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
vlc
|
||||
];
|
||||
|
||||
programs.kitty.settings.font_size = 12;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue