added mkOverride

This commit is contained in:
kenji
2025-07-31 07:07:46 -05:00
parent 2cbe32f561
commit 068a46a9bf
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{...}: {
services.hypridle = {
enable = true;
enable = false;
settings = {
general = {
lock_cmd = "pidof hyprlock || hyprlock"; # avoid starting multiple hyprlock instances.
+2 -1
View File
@@ -2,6 +2,7 @@
inputs,
pkgs,
myConfig,
lib,
...
}: {
imports = [
@@ -13,7 +14,7 @@
};
# environment.systemPackages = with pkgs; [inputs.jovian.packages.${system}.default];
jovian.steam.enable = true;
jovian.steam.autoStart = true;
jovian.steam.autoStart = myConfig.nixos.enableSteamOS;
jovian.steam.desktopSession = "hyprland";
jovian.steam.user = "${myConfig.essentials.Username}";
jovian.hardware.has.amd.gpu = true;