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