about summary refs log tree commit diff
path: root/nix/etc/nixos/games.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-07 22:14:22 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-07 22:14:22 +0700
commitf140f08bc6c39037958048294fd241a28d8da607 (patch)
treea825016ac64b2a3be8a012011397a1da7f25bb38 /nix/etc/nixos/games.nix
parent88051c9ccfa9b863b41f0ae86dbb1caaeb739743 (diff)
downloaddotfiles-f140f08bc6c39037958048294fd241a28d8da607.tar.gz
Snapshot config before there're too much
I thought I could always make meaningful config msgs.
Diffstat (limited to 'nix/etc/nixos/games.nix')
-rw-r--r--nix/etc/nixos/games.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/nix/etc/nixos/games.nix b/nix/etc/nixos/games.nix
deleted file mode 100644
index 3a48dc4..0000000
--- a/nix/etc/nixos/games.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-  nixpkgs.config.allowUnfree = true;
-
-  environment.systemPackages = with pkgs; [
-    _20kly hedgewars globulation2 scorched3d teeworlds # strategy
-    astromenace chromium-bsu # scrolling
-    azimuth cdogs-sdl taisei # shmup
-    bastet moon-buggy n2048 # text
-    blackshades redeclipse warsow xonotic-glx # fps
-    blobwars openclonk sienna superTux # platformer
-    bonzomatic # edu
-    extremetuxracer gl117 gltron superTuxKart # vehicle
-    flare freedroidrpg hyperrogue # slash
-    frozen-bubble gnujump gtetrinet pinball xbill # coffeebreak
-    neverball orthorobot trackballs # puzzle
-  ];
-}