mpv stuff and mcsr stuff (sens might change in future)
This commit is contained in:
parent
0d0bafe04e
commit
f2dfde840f
9 changed files with 110 additions and 28 deletions
|
|
@ -165,6 +165,7 @@
|
|||
yt-dlp
|
||||
|
||||
bottles # windows emulation
|
||||
|
||||
];
|
||||
|
||||
# There have been amdgpu issues in 6.10 so you maybe need to revert on the default lts kernel.
|
||||
|
|
@ -180,6 +181,11 @@
|
|||
defaultEditor = true;
|
||||
};
|
||||
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn; # mullvad only has the cli
|
||||
};
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue