This commit is contained in:
Miguel Palhas
2025-03-14 16:37:44 +00:00
parent 96725612b9
commit 49a137bc86
7 changed files with 43 additions and 3 deletions
Generated
+3 -3
View File
@@ -762,11 +762,11 @@
"nvchad-starter": {
"flake": false,
"locked": {
"lastModified": 1741340617,
"narHash": "sha256-i12YNhXaU9qVE/DFpyQMrMQnjmRPq/RoVdCXmmSAW5E=",
"lastModified": 1741890025,
"narHash": "sha256-lC15TqVRr7BSln07dt6y5ejTe4366XDwT4Z8D9tOQ5M=",
"owner": "naps62",
"repo": "nvchad-starter",
"rev": "8dd5674fe68e48c9d299dbb0bd70c03e44dc1424",
"rev": "07d5c54baaa378c089ae5d42cb6f0999dacc3223",
"type": "github"
},
"original": {
+14
View File
@@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
unityhub
code-cursor
dotnet-sdk_8
mono
csharpier
];
programs.vscode = {
enable = true;
};
}
+17
View File
@@ -61,6 +61,9 @@ in
};
decoration = {
blur = {
enabled = false;
};
shadow = {
enabled = false;
};
@@ -112,6 +115,20 @@ in
"float, class:thunar"
"move cursor -50% -50%, class:thunar"
"size 800 600, class:thunar"
# metamask
"float, class:chrome-nkbihfbeogaeaoehlefnkodbefgpgknn-.*"
# unity
"minsize 230 200, initialTitle:(UnityEditor.AddComponent.AddComponentWindow)"
"minsize 300 200, initialTitle:(UnityEditor.IMGUI.Controls.AdvancedDropdownWindow)"
"minsize 230 200, initialTitle:(UnityEditor.Rendering.FilterWindow)"
"minsize 300 200, initialTitle:(UnityEditor.LayerVisibilityWindow)"
"minsize 230 500, initialTitle:(UnityEditor.AnnotationWindow)"
"minsize 150 300, initialTitle:(UnityEditor.PopupWindow)"
"minsize 500 350, initialTitle:(Select Preset...)"
"minsize 300 100, initialTitle:(UnityEditor.Snap.GridSettingsWindow)"
"minsize 500 500, initialTitle:(UnityEngine.InputSystem.Editor.AdvancedDropdownWindow) "
];
"$mod" = "SUPER";
+2
View File
@@ -13,6 +13,7 @@
../common/programs/default.nix
../common/programs/desktop
../common/programs/hyprland
../common/programs/gnome-shell
../common/programs/kitty.nix
../common/programs/ghostty.nix
../common/programs/syncthing.nix
@@ -20,6 +21,7 @@
../common/features/xdg.nix
../common/features/bluetooth.nix
../common/features/ledger.nix
../common/features/unity.nix
./monitors.nix
];
+6
View File
@@ -0,0 +1,6 @@
{ inputs, pkgs, ... }:
{
services.xserver.enable = true;
services.xserver.windowManager.gnome.enable = true;
hardware.opengl.enable = true;
}
+1
View File
@@ -11,6 +11,7 @@
../common/features/networking.nix
../common/features/nvidia.nix
../common/features/wayland.nix
../common/features/xorg.nix
../common/features/pipewire.nix
../common/features/docker.nix
../common/features/fonts.nix