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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user