misc changes

This commit is contained in:
chayleaf 2025-02-24 08:10:06 +07:00
parent 81c449c080
commit 7a3058e6e5
Signed by: chayleaf
GPG key ID: 78171AD46227E68E
4 changed files with 11 additions and 3 deletions

View file

@ -1113,11 +1113,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720010227, "lastModified": 1740349653,
"narHash": "sha256-ADhjhE6UMjcCgjycONnabDqJ7WR2O4SpoAYvmScLwgc=", "narHash": "sha256-bDAkNbdjywo4KGMYnlKQ2hlnoHNrdjYTWbYMMd2SIxU=",
"owner": "chayleaf", "owner": "chayleaf",
"repo": "osu-wine.nix", "repo": "osu-wine.nix",
"rev": "1406bb2c6ee6eaa8c1433516ef5d324eb651c3fc", "rev": "ba4ca9d08432e911e0fc6a06d0316597273ed586",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -69,6 +69,10 @@
tio tio
tdesktop tdesktop
osu-wine osu-wine
dotnet-sdk_9
nodejs
nodePackages.npm
yarn
]; ];
xdg.configFile."looking-glass/client.ini".text = '' xdg.configFile."looking-glass/client.ini".text = ''
[app] [app]

View file

@ -24,5 +24,8 @@
squeekboard squeekboard
techmino techmino
tdesktop tdesktop
nodejs
nodePackages.npm
yarn
]; ];
} }

View file

@ -40,6 +40,7 @@
"vm.dirty_background_ratio" = 2; "vm.dirty_background_ratio" = 2;
"vm.swappiness" = 40; "vm.swappiness" = 40;
}; };
kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ];
# TODO: switch back to latest # TODO: switch back to latest
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
/*kernelPackages = zenKernelPackages "6.1.9" "0fsmcjsawxr32fxhpp6sgwfwwj8kqymy0rc6vh4qli42fqmwdjgv";*/ /*kernelPackages = zenKernelPackages "6.1.9" "0fsmcjsawxr32fxhpp6sgwfwwj8kqymy0rc6vh4qli42fqmwdjgv";*/