mindustry
This commit is contained in:
7
home-modules/games.nix
Executable file
7
home-modules/games.nix
Executable file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, lib, host, ... }:
|
||||
lib.mkIf (host != "NxACE")
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
mindustry-wayland
|
||||
];
|
||||
}
|
||||
6
home.nix
6
home.nix
@@ -19,6 +19,8 @@
|
||||
./home-modules/nx-gcal-event.nix
|
||||
./home-modules/wlogout.nix
|
||||
./home-modules/rofi.nix
|
||||
|
||||
./home-modules/games.nix
|
||||
|
||||
./home-modules/kitty.nix
|
||||
./home-modules/fish.nix
|
||||
@@ -51,7 +53,7 @@
|
||||
permittedInsecurePackages = allowed.inecure-packages;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
# firefox
|
||||
firefox
|
||||
chromium
|
||||
|
||||
zathura
|
||||
@@ -78,7 +80,7 @@
|
||||
glib
|
||||
gsettings-desktop-schemas
|
||||
] ++ (with pkgs-unstable; [
|
||||
firefox
|
||||
# firefox
|
||||
]) ++ (if host != "NxACE" then (with pkgs; [
|
||||
signal-desktop
|
||||
obsidian
|
||||
|
||||
Reference in New Issue
Block a user