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
@@ -20,6 +20,8 @@
|
|||||||
./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
|
||||||
./home-modules/starship.nix
|
./home-modules/starship.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
|
||||||
|
|||||||
Reference in New Issue
Block a user