From 94c1f574cbc71750dac751db9553842fc5b412de Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Sun, 8 Feb 2026 18:15:27 -0500 Subject: [PATCH] changes --- flake.nix | 6 +++--- home/tiling/niri.nix | 8 +++++++ system/default.nix | 38 +++++++++++++++++----------------- system/hosts/alien/default.nix | 3 +++ 4 files changed, 33 insertions(+), 22 deletions(-) diff --git a/flake.nix b/flake.nix index 0e480f6..65d8c54 100644 --- a/flake.nix +++ b/flake.nix @@ -179,9 +179,9 @@ ]; # Increase file descriptor limit for builds - sandbox = "relaxed"; - extra-sandbox-paths = [ ]; - build-users-group = "nixbld"; + # sandbox = "relaxed"; + # extra-sandbox-paths = [ ]; + # build-users-group = "nixbld"; }; gc = { diff --git a/home/tiling/niri.nix b/home/tiling/niri.nix index 1f3bd1f..6db8d1d 100644 --- a/home/tiling/niri.nix +++ b/home/tiling/niri.nix @@ -154,6 +154,14 @@ relative-to = "bottom-left"; }; } + { + matches = [ + { + app-id = "vesktop$"; + } + ]; + block-out-from = "screen-capture"; + } { matches = [ { diff --git a/system/default.nix b/system/default.nix index 18938a6..17874ce 100755 --- a/system/default.nix +++ b/system/default.nix @@ -22,27 +22,27 @@ loader = { timeout = 3; - systemd-boot = { - enable = true; - consoleMode = lib.mkForce "auto"; - configurationLimit = 10; - }; - # limine = { + # systemd-boot = { # enable = true; - # maxGenerations = 10; - # extraConfig = '' - # timeout: 3 - # ''; - # style = { - # wallpapers = [ ]; - # wallpaperStyle = "centered"; - # backdrop = "#1e1e2e"; - # interface = { - # branding = "kova's nixos!"; - # brandingColor = 5; - # }; - # }; + # consoleMode = lib.mkForce "auto"; + # configurationLimit = 10; # }; + limine = { + enable = true; + maxGenerations = 10; + extraConfig = '' + timeout: 3 + ''; + style = { + wallpapers = [ ]; + wallpaperStyle = "stretched"; + backdrop = "#1e1e2e"; + interface = { + branding = "kova's nixos!"; + brandingColor = 5; + }; + }; + }; # efi.canTouchEfiVariables = true; }; kernelParams = [ diff --git a/system/hosts/alien/default.nix b/system/hosts/alien/default.nix index d255e6e..21bcf9f 100644 --- a/system/hosts/alien/default.nix +++ b/system/hosts/alien/default.nix @@ -1,6 +1,7 @@ { config, pkgs, + lib, ... }: { @@ -32,6 +33,8 @@ boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-lts; hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; + boot.loader.limine.maxGenerations = lib.mkForce 100; + programs = { gamescope = { enable = true;