some cleanup
This commit is contained in:
parent
e9e0917f95
commit
80aa739ff5
5 changed files with 9 additions and 39 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue