gnome
This commit is contained in:
Generated
+3
-3
@@ -762,11 +762,11 @@
|
|||||||
"nvchad-starter": {
|
"nvchad-starter": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741340617,
|
"lastModified": 1741890025,
|
||||||
"narHash": "sha256-i12YNhXaU9qVE/DFpyQMrMQnjmRPq/RoVdCXmmSAW5E=",
|
"narHash": "sha256-lC15TqVRr7BSln07dt6y5ejTe4366XDwT4Z8D9tOQ5M=",
|
||||||
"owner": "naps62",
|
"owner": "naps62",
|
||||||
"repo": "nvchad-starter",
|
"repo": "nvchad-starter",
|
||||||
"rev": "8dd5674fe68e48c9d299dbb0bd70c03e44dc1424",
|
"rev": "07d5c54baaa378c089ae5d42cb6f0999dacc3223",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
unityhub
|
||||||
|
code-cursor
|
||||||
|
dotnet-sdk_8
|
||||||
|
mono
|
||||||
|
csharpier
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.vscode = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -61,6 +61,9 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
blur = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
shadow = {
|
shadow = {
|
||||||
enabled = false;
|
enabled = false;
|
||||||
};
|
};
|
||||||
@@ -112,6 +115,20 @@ in
|
|||||||
"float, class:thunar"
|
"float, class:thunar"
|
||||||
"move cursor -50% -50%, class:thunar"
|
"move cursor -50% -50%, class:thunar"
|
||||||
"size 800 600, 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";
|
"$mod" = "SUPER";
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
../common/programs/default.nix
|
../common/programs/default.nix
|
||||||
../common/programs/desktop
|
../common/programs/desktop
|
||||||
../common/programs/hyprland
|
../common/programs/hyprland
|
||||||
|
../common/programs/gnome-shell
|
||||||
../common/programs/kitty.nix
|
../common/programs/kitty.nix
|
||||||
../common/programs/ghostty.nix
|
../common/programs/ghostty.nix
|
||||||
../common/programs/syncthing.nix
|
../common/programs/syncthing.nix
|
||||||
@@ -20,6 +21,7 @@
|
|||||||
../common/features/xdg.nix
|
../common/features/xdg.nix
|
||||||
../common/features/bluetooth.nix
|
../common/features/bluetooth.nix
|
||||||
../common/features/ledger.nix
|
../common/features/ledger.nix
|
||||||
|
../common/features/unity.nix
|
||||||
./monitors.nix
|
./monitors.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{ inputs, pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.xserver.enable = true;
|
||||||
|
services.xserver.windowManager.gnome.enable = true;
|
||||||
|
hardware.opengl.enable = true;
|
||||||
|
}
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
../common/features/networking.nix
|
../common/features/networking.nix
|
||||||
../common/features/nvidia.nix
|
../common/features/nvidia.nix
|
||||||
../common/features/wayland.nix
|
../common/features/wayland.nix
|
||||||
|
../common/features/xorg.nix
|
||||||
../common/features/pipewire.nix
|
../common/features/pipewire.nix
|
||||||
../common/features/docker.nix
|
../common/features/docker.nix
|
||||||
../common/features/fonts.nix
|
../common/features/fonts.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user