feat(nixos): add terraria and gamemode services and update configurations
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
}:
|
||||
lib.mkIf (device.is "ryu") {
|
||||
home.packages = with pkgs; [
|
||||
lmstudio
|
||||
(lmstudio.overrideAttrs
|
||||
(old: {
|
||||
extraPkgs = old.extraPkgs or [] ++ [pkgs.cudaPackages.cudatoolkit];
|
||||
}))
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user