Latest changes
This commit is contained in:
parent
6c998c8693
commit
2841490da0
7 changed files with 78 additions and 47 deletions
5
modules/common-desktop/adb.nix
Normal file
5
modules/common-desktop/adb.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
];
|
||||
}
|
|
@ -5,6 +5,6 @@
|
|||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
layout = "us";
|
||||
xkb.layout = "us";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,6 +30,6 @@
|
|||
nodePackages_latest.pnpm
|
||||
hunspellDicts.en_CA-large
|
||||
inputs.nix-gaming.packages.${system}.wine-ge
|
||||
(retroarch.override { cores = with libretro; [bsnes-hd]; })
|
||||
(retroarch.override {cores = with libretro; [bsnes-hd];})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue