mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
gamer
This commit is contained in:
parent
1f5f66fbae
commit
87f92befd6
3 changed files with 8 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
signing.format = false;
|
signing.format = null;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
user = {
|
user = {
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,8 @@ in
|
||||||
rustup # rustup from nix for rust :)
|
rustup # rustup from nix for rust :)
|
||||||
gamescope # so i can put it in steam startup command lines
|
gamescope # so i can put it in steam startup command lines
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
olympus
|
||||||
|
archipelago
|
||||||
(pkgs.writeShellApplication {
|
(pkgs.writeShellApplication {
|
||||||
name = "lock-and-power-off-screen";
|
name = "lock-and-power-off-screen";
|
||||||
text = ''
|
text = ''
|
||||||
|
|
|
||||||
|
|
@ -289,6 +289,11 @@
|
||||||
|
|
||||||
programs.java.enable = true;
|
programs.java.enable = true;
|
||||||
|
|
||||||
|
programs.nix-ld = {
|
||||||
|
# i love programs that work
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue