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