Johan Rong 1 mēnesi atpakaļ
vecāks
revīzija
fbb2eab957

+ 4 - 8
home/features/desktop/hyprland/shells/dankmaterialshell/settings.json

@@ -360,8 +360,8 @@
   "muteSoundsWhenMediaPlaying": true,
   "acMonitorTimeout": 300,
   "acLockTimeout": 300,
-  "acSuspendTimeout": 300,
-  "acSuspendBehavior": 2,
+  "acSuspendTimeout": 600,
+  "acSuspendBehavior": 0,
   "acProfileName": "",
   "acPostLockMonitorTimeout": 0,
   "batteryMonitorTimeout": 0,
@@ -387,11 +387,6 @@
   "fadeToDpmsEnabled": true,
   "fadeToDpmsGracePeriod": 5,
   "launchPrefix": "",
-  "brightnessDevicePins": {},
-  "wifiNetworkPins": {},
-  "bluetoothDevicePins": {},
-  "audioInputDevicePins": {},
-  "audioOutputDevicePins": {},
   "gtkThemingEnabled": false,
   "qtThemingEnabled": false,
   "syncModeWithPortal": true,
@@ -407,6 +402,7 @@
   "matugenTemplateMangowc": true,
   "matugenTemplateQt5ct": true,
   "matugenTemplateQt6ct": true,
+  "matugenTemplateFirefox": true,
   "matugenTemplatePywalfox": true,
   "matugenTemplateZenBrowser": true,
   "matugenTemplateVesktop": true,
@@ -784,5 +780,5 @@
   "barInsetPaddingShared": -1,
   "barInsetPaddingSyncAll": false,
   "frameBarInsetPadding": -1,
-  "configVersion": 12
+  "configVersion": 13
 }

+ 1 - 0
nixos/flavors/application/gaming/default.nix

@@ -13,6 +13,7 @@
       "org.vinegarhq.Sober"
       "org.vinegarhq.Vinegar"
       "io.github.C_Yassin.FlameGet"
+      "com.lunarclient.LunarClient"
     ];
   };
 

+ 5 - 0
nixos/flavors/application/workstation/default.nix

@@ -45,6 +45,11 @@
     floorp-bin
   ];
 
+  programs.appimage = {
+    enable = true;
+    binfmt = true;
+  };
+
   services.flatpak = {
     enable = true;
     packages = [