unity fixes

This commit is contained in:
2026-06-04 12:14:38 +01:00
parent cf18e8c975
commit d7eec2970b
4 changed files with 23 additions and 28 deletions
+2 -8
View File
@@ -81,17 +81,11 @@
# pear-desktop
prismlauncher
# deadlock-mod-manager
(inputs.nik-pkgs.packages.x86_64-linux.grimorie.overrideAttrs (final: prev: {
pnpmDeps = pnpm.fetchDeps {
pname = "grimoire";
inherit (prev) version src;
fetcherVersion = 3;
hash = "sha256-aSjELhEyEbQ7qT8fI5VfIDOHrsgHHL18Dsphm6sA8J4=";
};
}))
inputs.nik-pkgs.packages.x86_64-linux.grimorie
gamescope
android-studio
blender
bottles
];
programs.lutris.enable = true;
nixpkgs.overlays = [
+19 -19
View File
@@ -3,8 +3,7 @@
modules,
__findFile,
...
}:
{
}: {
den.aspects.doloro-shared = {
includes = [
modules.nixvim
@@ -14,23 +13,24 @@
modules.hyfetch
modules.ssh
];
homeManager =
{ pkgs, lib, ... }:
{
home = {
username = "doloro";
homeDirectory = "/home/doloro";
packages = with pkgs; [
wl-clipboard
# home-manager
btop
];
};
programs.home-manager.enable = true;
};
nixos =
{ lib, ... }:
{
homeManager = {
pkgs,
lib,
...
}: {
home = {
username = "doloro";
homeDirectory = "/home/doloro";
packages = with pkgs; [
wl-clipboard
# home-manager
btop
pavucontrol
];
};
programs.home-manager.enable = true;
};
nixos = {lib, ...}: {
};
};
}
@@ -180,6 +180,7 @@
"match:class .*, suppress_event maximize"
"match:class ^(gamescope)$, workspace 5"
"match:class ^(gamescope)$, immediate true"
"match:class ^(gamescope)$, confine_pointer true"
"match:class ^(steam)$, workspace 6 silent"
"match:class ^(vesktop)$, workspace 8 silent"
"match:class ^(org.telegram.desktop)$, workspace 8 silent"
+1 -1
View File
@@ -1,7 +1,7 @@
{modules, ...}: {
modules.unity = {
homeManager = {pkgs, ...}: {
home.packages = [pkgs.unityhub pkgs.alcom];
home.packages = [pkgs.unityhub pkgs.alcom pkgs.unityhub.fhsEnv];
home.file."unityExec" = {
source = "${pkgs.unityhub}/bin/unityhub";
recursive = true;