include theming into sway

This commit is contained in:
Felix Buehler 2022-11-30 13:39:16 +01:00
parent a7cca4355e
commit 1ac4184609

View file

@ -1,5 +1,9 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports = [
../modules/theme.nix
];
programs.light.enable = true; programs.light.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [