dust: add back games
This commit is contained in:
parent
bd008f68b3
commit
3df7ee005c
7 changed files with 21 additions and 4 deletions
|
@ -16,7 +16,6 @@
|
|||
checkConfig = false; # wtf?
|
||||
wrapperFeatures.gtk = true;
|
||||
systemd.xdgAutostart = true;
|
||||
xwayland = false;
|
||||
config = {
|
||||
### Visuals
|
||||
output."*".bg = "${inputs.self.legacyPackages.${pkgs.stdenv.hostPlatform.system}.background} fill";
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
ripgrep.enable = true;
|
||||
skim.enable = true;
|
||||
zoxide.enable = true;
|
||||
mangohud.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
@ -41,5 +42,15 @@
|
|||
pwvucontrol
|
||||
seahorse
|
||||
wl-clipboard
|
||||
|
||||
mumble
|
||||
osu-lazer-bin
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
# https://github.com/ppy/osu-framework/pull/6292
|
||||
"OSU_SDL3" = "1";
|
||||
"SDL_VIDEO_DRIVER" = "wayland";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"cef-binary"
|
||||
"dart"
|
||||
"go"
|
||||
"osu-lazer-bin"
|
||||
"rustc-bootstrap"
|
||||
"rustc-bootstrap-wrapper"
|
||||
"sof-firmware"
|
||||
|
@ -23,6 +24,10 @@
|
|||
lib.elem (lib.getName pkg) [
|
||||
"fcitx5-pinyin-minecraft"
|
||||
"fcitx5-pinyin-moegirl"
|
||||
"osu-lazer-bin"
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -71,6 +71,9 @@
|
|||
networking.firewall.allowedTCPPorts = [ 53317 ];
|
||||
networking.firewall.allowedUDPPorts = [ 53317 ];
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
programs.steam.enable = true;
|
||||
|
||||
programs.adb.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
programs.fish.enable = true;
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
boot.loader.timeout = 0;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.kernelParams = [ "ia32_emulation=0" ];
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"thunderbolt"
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
whitelist = {
|
||||
"Guanran928" = "86dbb6c5-8d8b-4c45-b8eb-b3fdf03bfb27";
|
||||
"i_love_ravens" = "2788dd4b-b010-4a2f-9b5c-aad0c0e0cba5";
|
||||
"e32ftedg" = "a54db5a0-67c2-476d-8457-a654dfbafd84";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
services.samba = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
shares."external" = {
|
||||
settings."external" = {
|
||||
"path" = "/mnt";
|
||||
"read only" = "no";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue