about summary refs log tree commit diff
path: root/configurations/eonwe/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-05 18:29:47 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-05 18:29:47 +0300
commite2f999ec2a3dd7e9a52c7e2fadfe96976b5aee53 (patch)
treeb1a888abb6f8fd806ce06280e124bf8a55f6ba6a /configurations/eonwe/default.nix
parent2024-05-05 (diff)
2024-05-05
Diffstat (limited to '')
-rw-r--r--configurations/eonwe/default.nix14
1 files changed, 1 insertions, 13 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix
index 1d246c6..fdff40e 100644
--- a/configurations/eonwe/default.nix
+++ b/configurations/eonwe/default.nix
@@ -20,12 +20,6 @@ with lib;
     android.enable = true;
     beets.enable = true;
     bluetooth.enable = true;
-    games = {
-      lutris.enable = true;
-      minecraft.client.enable = true;
-      steam.enable = true;
-      steam-run.quirks.blackIsleStudios = true;
-    };
     libvirtd.enable = true;
     incus.enable = true;
     mpd.enable = true;
@@ -34,23 +28,17 @@ with lib;
 
   hm = {
     home.packages = with pkgs; [
-      # anki
-      gzdoom
+      # anki # FIXME Broken again.
       iaito
       kdenlive
       krita
       obs-studio
-      openmw
-      openttd
       qbittorrent
       qolibri
-      qzdl
       radeontop
-      vcmi
       vesktop
       vial
       wacomtablet
-      xonotic
     ];
 
     programs = {

Consider giving Nix/NixOS a try! <3