some cleanup

This commit is contained in:
twoneis 2024-10-14 22:36:21 +02:00
parent e9e0917f95
commit 80aa739ff5
5 changed files with 9 additions and 39 deletions

View file

@ -1,18 +1,10 @@
{ inputs, lib, config, pkgs, ... }: let
{ lib, config, pkgs, ... }: let
inherit (lib) mkIf;
inherit (config) conf;
swayosd-style = pkgs.writeText "swayosd.css"
(import ./swayosd.css.nix { config = config; }).style;
in {
imports = [
./xwl-satellite.service.nix
];
config = mkIf conf.niri.enable {
nixpkgs.overlays = [
inputs.niri.overlays.niri
];
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};