migrates dnsc-air
This commit is contained in:
parent
4e26d4b880
commit
25d3917db6
9 changed files with 142 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue