Fix deck
This commit is contained in:
parent
73cd77b6c8
commit
4d664304a5
3 changed files with 17 additions and 19 deletions
|
|
@ -6,13 +6,10 @@
|
|||
|
||||
{
|
||||
# Configuration boot
|
||||
boot = {
|
||||
initrd.systemd.enable = true;
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = true;
|
||||
timeout = 0;
|
||||
};
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = true;
|
||||
timeout = 0;
|
||||
};
|
||||
|
||||
# Change secrets file
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
home-manager.users.${usr}.home.packages = with jovianPkgs; [
|
||||
lutris
|
||||
(retroarch.override {
|
||||
cores = with libretro; [
|
||||
pcsx2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue