mindustry

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-21 15:04:56 +02:00
parent 82b8e81e92
commit 79da95d15b
2 changed files with 11 additions and 2 deletions

7
home-modules/games.nix Executable file
View File

@@ -0,0 +1,7 @@
{ pkgs, lib, host, ... }:
lib.mkIf (host != "NxACE")
{
home.packages = with pkgs; [
mindustry-wayland
];
}

View File

@@ -19,6 +19,8 @@
./home-modules/nx-gcal-event.nix ./home-modules/nx-gcal-event.nix
./home-modules/wlogout.nix ./home-modules/wlogout.nix
./home-modules/rofi.nix ./home-modules/rofi.nix
./home-modules/games.nix
./home-modules/kitty.nix ./home-modules/kitty.nix
./home-modules/fish.nix ./home-modules/fish.nix
@@ -51,7 +53,7 @@
permittedInsecurePackages = allowed.inecure-packages; permittedInsecurePackages = allowed.inecure-packages;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
# firefox firefox
chromium chromium
zathura zathura
@@ -78,7 +80,7 @@
glib glib
gsettings-desktop-schemas gsettings-desktop-schemas
] ++ (with pkgs-unstable; [ ] ++ (with pkgs-unstable; [
firefox # firefox
]) ++ (if host != "NxACE" then (with pkgs; [ ]) ++ (if host != "NxACE" then (with pkgs; [
signal-desktop signal-desktop
obsidian obsidian