delete some gaming
This commit is contained in:
parent
090f4c1cc1
commit
58f6b92bc3
@ -94,6 +94,7 @@ in {
|
||||
steam
|
||||
steam-run
|
||||
protontricks
|
||||
retroarch
|
||||
];
|
||||
|
||||
}
|
||||
|
@ -95,4 +95,12 @@
|
||||
# enableExtensionPack = true;
|
||||
# };
|
||||
|
||||
# Install cdemu for some gaming purposes
|
||||
programs.cdemu = {
|
||||
enable = true;
|
||||
image-analyzer = false;
|
||||
gui = false;
|
||||
group = "cdrom";
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -19,6 +19,7 @@
|
||||
"input"
|
||||
"vboxusers"
|
||||
"smbgrp"
|
||||
"cdrom"
|
||||
];
|
||||
description = "Дмитрий Холкин";
|
||||
uid = 1000;
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ curl, ... }: ''
|
||||
#!/usr/bin/env bash
|
||||
API="$(${curl} https://am.i.mullvad.net/connected)"
|
||||
if [[ $(echo "$API" | awk -F'[ ()]+' '{print $6}') = 'server' ]]; then
|
||||
echo $(echo "$API" | awk -F'[ ()]+' '{print $7}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user