flake.lock: bump

flake.nix: add niri and xwst
niri: move to flake packages

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-29 14:12:04 +03:00
parent c6ce54d67c
commit e0a8b161e3
6 changed files with 253 additions and 97 deletions

View File

@@ -3,7 +3,7 @@
inputs,
lib,
osConfig,
# perSystem,
perSystem,
pkgs,
...
}: let
@@ -15,7 +15,7 @@
ifLaptop = mkIf (hostName != "dunamis");
commonArgs = {
inherit config inputs lib osConfig pkgs;
inherit config inputs lib osConfig perSystem pkgs;
launcher = getExe pkgs.walker;
lockscreen = getExe pkgs.gtklock;
};
@@ -126,9 +126,9 @@ in {
};
};
systemd.user = {
settings.Manager.DefaultEnvironment = {
DISPLAY = ":123";
};
# settings.Manager.DefaultEnvironment = {
# DISPLAY = ":123";
# };
targets.tray.Unit.Description = "Home Manager System Tray"; # workaround for udiskie
services = let
mkGraphicalService = config: lib.attrsets.recursiveUpdate graphicalService config;
@@ -159,12 +159,12 @@ in {
Service.TimeoutStopSec = mkForce "1";
Service.Restart = mkForce "always";
};
xwayland-satellite = mkGraphicalService {
Service = {
Type = "simple";
ExecStart = getExe pkgs.xwayland-satellite + " :123";
};
};
# xwayland-satellite = mkGraphicalService {
# Service = {
# Type = "simple";
# ExecStart = getExe pkgs.xwayland-satellite + " :123";
# };
# };
# gnome-polkit-agent = mkGraphicalService {
# Service = {
# Type = "simple";