migrates dnsc-air

This commit is contained in:
Dennis Schoepf 2026-03-05 22:26:16 +01:00
parent 4e26d4b880
commit 25d3917db6
9 changed files with 142 additions and 2 deletions

View file

@ -61,6 +61,10 @@
flake.modules.homeManager.scrolling-desktop =
{ pkgs, config, ... }:
{
imports = [
({ lib, pkgs, ... }: lib.mkIf pkgs.stdenv.isDarwin { })
];
services.polkit-gnome.enable = true;
services.mpris-proxy.enable = true;