apps migrated

This commit is contained in:
2026-03-03 22:42:00 +01:00
parent a2cc89d028
commit e3b903d010
47 changed files with 3 additions and 608 deletions

View File

@@ -1,7 +0,0 @@
{ ... }: {
flake.nixosModules.controller = { ... }: {
services.udev.extraRules = ''
ACTION=="add|change", KERNEL=="event[0-9]*", ATTRS{name}=="*Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
'';
};
}

View File

@@ -1,8 +0,0 @@
{ ... }: {
flake.nixosModules.jovian = { ... }:{
jovian.steam.enable = true;
jovian.steam.autoStart = true;
jovian.steam.user = deck;
jovian.steam.desktopSession = "gnome";
};
}

View File

@@ -1,6 +0,0 @@
{ ... }: {
flake.nixosModules.lact = {
services.lact.enable = true;
hardware.amdgpu.overdrive.enable = true;
};
}

View File

@@ -1,17 +0,0 @@
{ ... }: {
flake.nixosModules.steam = { pkgs-unstable, ... }: {
programs.steam = {
enable = true;
extest.enable = true;
extraCompatPackages = with pkgs-unstable; [
proton-ge-bin
];
extraPackages = with pkgs-unstable; [
gamescope
mangohud
];
};
};
}